Shades of Iris Blue #12AED4
Tints of Iris Blue #12AED4
RGB
CMYK
RGB Variations
Color information
#12AED4 (or 0x12AED4) is known color: Iris Blue. HEX triplet: 12, AE and D4. RGB value is (18,174,212). Sum of RGB (Red+Green+Blue) = 18+174+212=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #12AED4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AED4 is #ED512B. Grayscale: #838383. Windows color (decimal): -15552812 or 13938194. OLE color: 13938194.
HSL color Cylindrical-coordinate representation of color #12AED4: hue angle of 191.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AED4 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 174 | 212 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.17 |
| HSL | 191.75º | 0.84% | 0.45% | - |
| HSV(B) | 191.75º | 0.92% | 0.83% | - |
| XYZ | 27.27 | 35.15 | 67.64 | - |
| YUV | 131.69 | 173.32 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 212 | 0.92 | 0.18 | 0 | 0.17 | 191.75 | 0.84 | 0.45 |
| Hex | 12 | AE | D4 | 5C | 12 | 0 | 11 | C0 | 54 | 2D |
| Octal | 22 | 256 | 324 | 134 | 22 | 0 | 21 | 300 | 124 | 55 |
| Binary | 10010 | 10101110 | 11010100 | 1011100 | 10010 | 0 | 10001 | 11000000 | 1010100 | 101101 |
Color Harmonies of #12AED4
Complementary color
Monochromatic Colors of #12AED4
Black with #12AED4
Text Example
Text Example
White with #12AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AED4; }
p { color: rgb(18,174,212); }
H1.HeaderClassName
{
color: #12AED4;
}
.AnyTagClassName
{
color: #12AED4;
}
</style>
background-color css
<style>
a { background-color: #12AED4; }
a { background-color: rgb(18,174,212); }
div.DivClassName
{
background-color: #12AED4;
}
.BgClassName
{
background-color: #12AED4;
}
</style>
border-color css
<style>
span { border-color: #12AED4; }
span { border-color: rgb(18,174,212); }
td.TdClassName
{
border-color: #12AED4;
}
.TagClassName
{
border-color: #12AED4;
}
</style>