Shades of Iris Blue #12BBDC
Tints of Iris Blue #12BBDC
RGB
CMYK
RGB Variations
Color information
#12BBDC (or 0x12BBDC) is known color: Iris Blue. HEX triplet: 12, BB and DC. RGB value is (18,187,220). Sum of RGB (Red+Green+Blue) = 18+187+220=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #12BBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBDC is #ED4423. Grayscale: #8B8B8B. Windows color (decimal): -15549476 or 14465810. OLE color: 14465810.
HSL color Cylindrical-coordinate representation of color #12BBDC: hue angle of 189.8º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BBDC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 187 | 220 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.14 |
| HSL | 189.8º | 0.85% | 0.47% | - |
| HSV(B) | 189.8º | 0.92% | 0.86% | - |
| XYZ | 30.94 | 40.84 | 73.96 | - |
| YUV | 140.23 | 173.01 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 220 | 0.92 | 0.15 | 0 | 0.14 | 189.8 | 0.85 | 0.47 |
| Hex | 12 | BB | DC | 5C | F | 0 | E | BE | 55 | 2F |
| Octal | 22 | 273 | 334 | 134 | 17 | 0 | 16 | 276 | 125 | 57 |
| Binary | 10010 | 10111011 | 11011100 | 1011100 | 1111 | 0 | 1110 | 10111110 | 1010101 | 101111 |
Color Harmonies of #12BBDC
Complementary color
Monochromatic Colors of #12BBDC
Black with #12BBDC
Text Example
Text Example
White with #12BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BBDC; }
p { color: rgb(18,187,220); }
H1.HeaderClassName
{
color: #12BBDC;
}
.AnyTagClassName
{
color: #12BBDC;
}
</style>
background-color css
<style>
a { background-color: #12BBDC; }
a { background-color: rgb(18,187,220); }
div.DivClassName
{
background-color: #12BBDC;
}
.BgClassName
{
background-color: #12BBDC;
}
</style>
border-color css
<style>
span { border-color: #12BBDC; }
span { border-color: rgb(18,187,220); }
td.TdClassName
{
border-color: #12BBDC;
}
.TagClassName
{
border-color: #12BBDC;
}
</style>