Shades of Iris Blue #12AFDC
Tints of Iris Blue #12AFDC
RGB
CMYK
RGB Variations
Color information
#12AFDC (or 0x12AFDC) is known color: Iris Blue. HEX triplet: 12, AF and DC. RGB value is (18,175,220). Sum of RGB (Red+Green+Blue) = 18+175+220=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #12AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFDC is #ED5023. Grayscale: #848484. Windows color (decimal): -15552548 or 14462738. OLE color: 14462738.
HSL color Cylindrical-coordinate representation of color #12AFDC: hue angle of 193.37º 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 #12AFDC is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 175 | 220 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.14 |
| HSL | 193.37º | 0.85% | 0.47% | - |
| HSV(B) | 193.37º | 0.92% | 0.86% | - |
| XYZ | 28.5 | 35.96 | 73.15 | - |
| YUV | 133.19 | 176.99 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 220 | 0.92 | 0.20 | 0 | 0.14 | 193.37 | 0.85 | 0.47 |
| Hex | 12 | AF | DC | 5C | 14 | 0 | E | C1 | 55 | 2F |
| Octal | 22 | 257 | 334 | 134 | 24 | 0 | 16 | 301 | 125 | 57 |
| Binary | 10010 | 10101111 | 11011100 | 1011100 | 10100 | 0 | 1110 | 11000001 | 1010101 | 101111 |
Color Harmonies of #12AFDC
Complementary color
Monochromatic Colors of #12AFDC
Black with #12AFDC
Text Example
Text Example
White with #12AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFDC; }
p { color: rgb(18,175,220); }
H1.HeaderClassName
{
color: #12AFDC;
}
.AnyTagClassName
{
color: #12AFDC;
}
</style>
background-color css
<style>
a { background-color: #12AFDC; }
a { background-color: rgb(18,175,220); }
div.DivClassName
{
background-color: #12AFDC;
}
.BgClassName
{
background-color: #12AFDC;
}
</style>
border-color css
<style>
span { border-color: #12AFDC; }
span { border-color: rgb(18,175,220); }
td.TdClassName
{
border-color: #12AFDC;
}
.TagClassName
{
border-color: #12AFDC;
}
</style>