Shades of Iris Blue #12ADDF
Tints of Iris Blue #12ADDF
RGB
CMYK
RGB Variations
Color information
#12ADDF (or 0x12ADDF) is known color: Iris Blue. HEX triplet: 12, AD and DF. RGB value is (18,173,223). Sum of RGB (Red+Green+Blue) = 18+173+223=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #12ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADDF is #ED5220. Grayscale: #848484. Windows color (decimal): -15553057 or 14658834. OLE color: 14658834.
HSL color Cylindrical-coordinate representation of color #12ADDF: hue angle of 194.63º 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 #12ADDF is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 173 | 223 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.13 |
| HSL | 194.63º | 0.85% | 0.47% | - |
| HSV(B) | 194.63º | 0.92% | 0.87% | - |
| XYZ | 28.51 | 35.34 | 75.13 | - |
| YUV | 132.36 | 179.15 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 223 | 0.92 | 0.22 | 0 | 0.13 | 194.63 | 0.85 | 0.47 |
| Hex | 12 | AD | DF | 5C | 16 | 0 | D | C3 | 55 | 2F |
| Octal | 22 | 255 | 337 | 134 | 26 | 0 | 15 | 303 | 125 | 57 |
| Binary | 10010 | 10101101 | 11011111 | 1011100 | 10110 | 0 | 1101 | 11000011 | 1010101 | 101111 |
Color Harmonies of #12ADDF
Complementary color
Monochromatic Colors of #12ADDF
Black with #12ADDF
Text Example
Text Example
White with #12ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADDF; }
p { color: rgb(18,173,223); }
H1.HeaderClassName
{
color: #12ADDF;
}
.AnyTagClassName
{
color: #12ADDF;
}
</style>
background-color css
<style>
a { background-color: #12ADDF; }
a { background-color: rgb(18,173,223); }
div.DivClassName
{
background-color: #12ADDF;
}
.BgClassName
{
background-color: #12ADDF;
}
</style>
border-color css
<style>
span { border-color: #12ADDF; }
span { border-color: rgb(18,173,223); }
td.TdClassName
{
border-color: #12ADDF;
}
.TagClassName
{
border-color: #12ADDF;
}
</style>