Shades of Iris Blue #12AFCC
Tints of Iris Blue #12AFCC
RGB
CMYK
RGB Variations
Color information
#12AFCC (or 0x12AFCC) is known color: Iris Blue. HEX triplet: 12, AF and CC. RGB value is (18,175,204). Sum of RGB (Red+Green+Blue) = 18+175+204=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #12AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFCC is #ED5033. Grayscale: #838383. Windows color (decimal): -15552564 or 13414162. OLE color: 13414162.
HSL color Cylindrical-coordinate representation of color #12AFCC: hue angle of 189.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFCC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 175 | 204 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.2 |
| HSL | 189.35º | 0.84% | 0.44% | - |
| HSV(B) | 189.35º | 0.91% | 0.8% | - |
| XYZ | 26.48 | 35.15 | 62.52 | - |
| YUV | 131.36 | 168.99 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 204 | 0.91 | 0.14 | 0 | 0.2 | 189.35 | 0.84 | 0.44 |
| Hex | 12 | AF | CC | 5B | E | 0 | 14 | BD | 54 | 2C |
| Octal | 22 | 257 | 314 | 133 | 16 | 0 | 24 | 275 | 124 | 54 |
| Binary | 10010 | 10101111 | 11001100 | 1011011 | 1110 | 0 | 10100 | 10111101 | 1010100 | 101100 |
Color Harmonies of #12AFCC
Complementary color
Monochromatic Colors of #12AFCC
Black with #12AFCC
Text Example
Text Example
White with #12AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFCC; }
p { color: rgb(18,175,204); }
H1.HeaderClassName
{
color: #12AFCC;
}
.AnyTagClassName
{
color: #12AFCC;
}
</style>
background-color css
<style>
a { background-color: #12AFCC; }
a { background-color: rgb(18,175,204); }
div.DivClassName
{
background-color: #12AFCC;
}
.BgClassName
{
background-color: #12AFCC;
}
</style>
border-color css
<style>
span { border-color: #12AFCC; }
span { border-color: rgb(18,175,204); }
td.TdClassName
{
border-color: #12AFCC;
}
.TagClassName
{
border-color: #12AFCC;
}
</style>