Shades of Iris Blue #12AFDD
Tints of Iris Blue #12AFDD
RGB
CMYK
RGB Variations
Color information
#12AFDD (or 0x12AFDD) is known color: Iris Blue. HEX triplet: 12, AF and DD. RGB value is (18,175,221). Sum of RGB (Red+Green+Blue) = 18+175+221=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #12AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFDD is #ED5022. Grayscale: #848484. Windows color (decimal): -15552547 or 14528274. OLE color: 14528274.
HSL color Cylindrical-coordinate representation of color #12AFDD: hue angle of 193.6º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFDD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 175 | 221 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.13 |
| HSL | 193.6º | 0.85% | 0.47% | - |
| HSV(B) | 193.6º | 0.92% | 0.87% | - |
| XYZ | 28.63 | 36.01 | 73.85 | - |
| YUV | 133.3 | 177.49 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 221 | 0.92 | 0.21 | 0 | 0.13 | 193.6 | 0.85 | 0.47 |
| Hex | 12 | AF | DD | 5C | 15 | 0 | D | C2 | 55 | 2F |
| Octal | 22 | 257 | 335 | 134 | 25 | 0 | 15 | 302 | 125 | 57 |
| Binary | 10010 | 10101111 | 11011101 | 1011100 | 10101 | 0 | 1101 | 11000010 | 1010101 | 101111 |
Color Harmonies of #12AFDD
Complementary color
Monochromatic Colors of #12AFDD
Black with #12AFDD
Text Example
Text Example
White with #12AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFDD; }
p { color: rgb(18,175,221); }
H1.HeaderClassName
{
color: #12AFDD;
}
.AnyTagClassName
{
color: #12AFDD;
}
</style>
background-color css
<style>
a { background-color: #12AFDD; }
a { background-color: rgb(18,175,221); }
div.DivClassName
{
background-color: #12AFDD;
}
.BgClassName
{
background-color: #12AFDD;
}
</style>
border-color css
<style>
span { border-color: #12AFDD; }
span { border-color: rgb(18,175,221); }
td.TdClassName
{
border-color: #12AFDD;
}
.TagClassName
{
border-color: #12AFDD;
}
</style>