Shades of Iris Blue #12AFCD
Tints of Iris Blue #12AFCD
RGB
CMYK
RGB Variations
Color information
#12AFCD (or 0x12AFCD) is known color: Iris Blue. HEX triplet: 12, AF and CD. RGB value is (18,175,205). Sum of RGB (Red+Green+Blue) = 18+175+205=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #12AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFCD is #ED5032. Grayscale: #838383. Windows color (decimal): -15552563 or 13479698. OLE color: 13479698.
HSL color Cylindrical-coordinate representation of color #12AFCD: hue angle of 189.63º 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 #12AFCD is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 175 | 205 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.20 |
| HSL | 189.63º | 0.84% | 0.44% | - |
| HSV(B) | 189.63º | 0.91% | 0.8% | - |
| XYZ | 26.6 | 35.2 | 63.15 | - |
| YUV | 131.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 205 | 0.91 | 0.15 | 0 | 0.20 | 189.63 | 0.84 | 0.44 |
| Hex | 12 | AF | CD | 5B | F | 0 | 14 | BE | 54 | 2C |
| Octal | 22 | 257 | 315 | 133 | 17 | 0 | 24 | 276 | 124 | 54 |
| Binary | 10010 | 10101111 | 11001101 | 1011011 | 1111 | 0 | 10100 | 10111110 | 1010100 | 101100 |
Color Harmonies of #12AFCD
Complementary color
Monochromatic Colors of #12AFCD
Black with #12AFCD
Text Example
Text Example
White with #12AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFCD; }
p { color: rgb(18,175,205); }
H1.HeaderClassName
{
color: #12AFCD;
}
.AnyTagClassName
{
color: #12AFCD;
}
</style>
background-color css
<style>
a { background-color: #12AFCD; }
a { background-color: rgb(18,175,205); }
div.DivClassName
{
background-color: #12AFCD;
}
.BgClassName
{
background-color: #12AFCD;
}
</style>
border-color css
<style>
span { border-color: #12AFCD; }
span { border-color: rgb(18,175,205); }
td.TdClassName
{
border-color: #12AFCD;
}
.TagClassName
{
border-color: #12AFCD;
}
</style>