Shades of Iris Blue #12AFE1
Tints of Iris Blue #12AFE1
RGB
CMYK
RGB Variations
Color information
#12AFE1 (or 0x12AFE1) is known color: Iris Blue. HEX triplet: 12, AF and E1. RGB value is (18,175,225). Sum of RGB (Red+Green+Blue) = 18+175+225=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #12AFE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFE1 is #ED501E. Grayscale: #858585. Windows color (decimal): -15552543 or 14790418. OLE color: 14790418.
HSL color Cylindrical-coordinate representation of color #12AFE1: hue angle of 194.49º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFE1 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 175 | 225 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.12 |
| HSL | 194.49º | 0.85% | 0.48% | - |
| HSV(B) | 194.49º | 0.92% | 0.88% | - |
| XYZ | 29.17 | 36.22 | 76.69 | - |
| YUV | 133.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 225 | 0.92 | 0.22 | 0 | 0.12 | 194.49 | 0.85 | 0.48 |
| Hex | 12 | AF | E1 | 5C | 16 | 0 | C | C2 | 55 | 30 |
| Octal | 22 | 257 | 341 | 134 | 26 | 0 | 14 | 302 | 125 | 60 |
| Binary | 10010 | 10101111 | 11100001 | 1011100 | 10110 | 0 | 1100 | 11000010 | 1010101 | 110000 |
Color Harmonies of #12AFE1
Complementary color
Monochromatic Colors of #12AFE1
Black with #12AFE1
Text Example
Text Example
White with #12AFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFE1; }
p { color: rgb(18,175,225); }
H1.HeaderClassName
{
color: #12AFE1;
}
.AnyTagClassName
{
color: #12AFE1;
}
</style>
background-color css
<style>
a { background-color: #12AFE1; }
a { background-color: rgb(18,175,225); }
div.DivClassName
{
background-color: #12AFE1;
}
.BgClassName
{
background-color: #12AFE1;
}
</style>
border-color css
<style>
span { border-color: #12AFE1; }
span { border-color: rgb(18,175,225); }
td.TdClassName
{
border-color: #12AFE1;
}
.TagClassName
{
border-color: #12AFE1;
}
</style>