Shades of Iris Blue #12BFD6
Tints of Iris Blue #12BFD6
RGB
CMYK
RGB Variations
Color information
#12BFD6 (or 0x12BFD6) is known color: Iris Blue. HEX triplet: 12, BF and D6. RGB value is (18,191,214). Sum of RGB (Red+Green+Blue) = 18+191+214=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #12BFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFD6 is #ED4029. Grayscale: #8D8D8D. Windows color (decimal): -15548458 or 14073618. OLE color: 14073618.
HSL color Cylindrical-coordinate representation of color #12BFD6: hue angle of 187.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BFD6 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 191 | 214 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.16 |
| HSL | 187.04º | 0.84% | 0.45% | - |
| HSV(B) | 187.04º | 0.92% | 0.84% | - |
| XYZ | 31.02 | 42.25 | 70.14 | - |
| YUV | 141.9 | 168.69 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 214 | 0.92 | 0.11 | 0 | 0.16 | 187.04 | 0.84 | 0.45 |
| Hex | 12 | BF | D6 | 5C | B | 0 | 10 | BB | 54 | 2D |
| Octal | 22 | 277 | 326 | 134 | 13 | 0 | 20 | 273 | 124 | 55 |
| Binary | 10010 | 10111111 | 11010110 | 1011100 | 1011 | 0 | 10000 | 10111011 | 1010100 | 101101 |
Color Harmonies of #12BFD6
Complementary color
Monochromatic Colors of #12BFD6
Black with #12BFD6
Text Example
Text Example
White with #12BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFD6; }
p { color: rgb(18,191,214); }
H1.HeaderClassName
{
color: #12BFD6;
}
.AnyTagClassName
{
color: #12BFD6;
}
</style>
background-color css
<style>
a { background-color: #12BFD6; }
a { background-color: rgb(18,191,214); }
div.DivClassName
{
background-color: #12BFD6;
}
.BgClassName
{
background-color: #12BFD6;
}
</style>
border-color css
<style>
span { border-color: #12BFD6; }
span { border-color: rgb(18,191,214); }
td.TdClassName
{
border-color: #12BFD6;
}
.TagClassName
{
border-color: #12BFD6;
}
</style>