Shades of Iris Blue #12B5DB
Tints of Iris Blue #12B5DB
RGB
CMYK
RGB Variations
Color information
#12B5DB (or 0x12B5DB) is known color: Iris Blue. HEX triplet: 12, B5 and DB. RGB value is (18,181,219). Sum of RGB (Red+Green+Blue) = 18+181+219=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #12B5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5DB is #ED4A24. Grayscale: #888888. Windows color (decimal): -15551013 or 14398738. OLE color: 14398738.
HSL color Cylindrical-coordinate representation of color #12B5DB: hue angle of 191.34º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B5DB is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 181 | 219 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.14 |
| HSL | 191.34º | 0.85% | 0.46% | - |
| HSV(B) | 191.34º | 0.92% | 0.86% | - |
| XYZ | 29.56 | 38.29 | 72.85 | - |
| YUV | 136.6 | 174.5 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 219 | 0.92 | 0.17 | 0 | 0.14 | 191.34 | 0.85 | 0.46 |
| Hex | 12 | B5 | DB | 5C | 11 | 0 | E | BF | 55 | 2E |
| Octal | 22 | 265 | 333 | 134 | 21 | 0 | 16 | 277 | 125 | 56 |
| Binary | 10010 | 10110101 | 11011011 | 1011100 | 10001 | 0 | 1110 | 10111111 | 1010101 | 101110 |
Color Harmonies of #12B5DB
Complementary color
Monochromatic Colors of #12B5DB
Black with #12B5DB
Text Example
Text Example
White with #12B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B5DB; }
p { color: rgb(18,181,219); }
H1.HeaderClassName
{
color: #12B5DB;
}
.AnyTagClassName
{
color: #12B5DB;
}
</style>
background-color css
<style>
a { background-color: #12B5DB; }
a { background-color: rgb(18,181,219); }
div.DivClassName
{
background-color: #12B5DB;
}
.BgClassName
{
background-color: #12B5DB;
}
</style>
border-color css
<style>
span { border-color: #12B5DB; }
span { border-color: rgb(18,181,219); }
td.TdClassName
{
border-color: #12B5DB;
}
.TagClassName
{
border-color: #12B5DB;
}
</style>