Shades of Iris Blue #12AECE
Tints of Iris Blue #12AECE
RGB
CMYK
RGB Variations
Color information
#12AECE (or 0x12AECE) is known color: Iris Blue. HEX triplet: 12, AE and CE. RGB value is (18,174,206). Sum of RGB (Red+Green+Blue) = 18+174+206=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #12AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AECE is #ED5131. Grayscale: #828282. Windows color (decimal): -15552818 or 13544978. OLE color: 13544978.
HSL color Cylindrical-coordinate representation of color #12AECE: hue angle of 190.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AECE is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 174 | 206 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.19 |
| HSL | 190.21º | 0.84% | 0.44% | - |
| HSV(B) | 190.21º | 0.91% | 0.81% | - |
| XYZ | 26.53 | 34.86 | 63.72 | - |
| YUV | 131 | 170.32 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 206 | 0.91 | 0.16 | 0 | 0.19 | 190.21 | 0.84 | 0.44 |
| Hex | 12 | AE | CE | 5B | 10 | 0 | 13 | BE | 54 | 2C |
| Octal | 22 | 256 | 316 | 133 | 20 | 0 | 23 | 276 | 124 | 54 |
| Binary | 10010 | 10101110 | 11001110 | 1011011 | 10000 | 0 | 10011 | 10111110 | 1010100 | 101100 |
Color Harmonies of #12AECE
Complementary color
Monochromatic Colors of #12AECE
Black with #12AECE
Text Example
Text Example
White with #12AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AECE; }
p { color: rgb(18,174,206); }
H1.HeaderClassName
{
color: #12AECE;
}
.AnyTagClassName
{
color: #12AECE;
}
</style>
background-color css
<style>
a { background-color: #12AECE; }
a { background-color: rgb(18,174,206); }
div.DivClassName
{
background-color: #12AECE;
}
.BgClassName
{
background-color: #12AECE;
}
</style>
border-color css
<style>
span { border-color: #12AECE; }
span { border-color: rgb(18,174,206); }
td.TdClassName
{
border-color: #12AECE;
}
.TagClassName
{
border-color: #12AECE;
}
</style>