Shades of Iris Blue #0CAEDA
Tints of Iris Blue #0CAEDA
RGB
CMYK
RGB Variations
Color information
#0CAEDA (or 0x0CAEDA) is known color: Iris Blue. HEX triplet: 0C, AE and DA. RGB value is (12,174,218). Sum of RGB (Red+Green+Blue) = 12+174+218=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CAEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAEDA is #F35125. Grayscale: #828282. Windows color (decimal): -15946022 or 14331404. OLE color: 14331404.
HSL color Cylindrical-coordinate representation of color #0CAEDA: hue angle of 192.82º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAEDA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 174 | 218 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.15 |
| HSL | 192.82º | 0.9% | 0.45% | - |
| HSV(B) | 192.82º | 0.94% | 0.85% | - |
| XYZ | 27.94 | 35.41 | 71.69 | - |
| YUV | 130.58 | 177.33 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 218 | 0.94 | 0.20 | 0 | 0.15 | 192.82 | 0.9 | 0.45 |
| Hex | C | AE | DA | 5E | 14 | 0 | F | C1 | 5A | 2D |
| Octal | 14 | 256 | 332 | 136 | 24 | 0 | 17 | 301 | 132 | 55 |
| Binary | 1100 | 10101110 | 11011010 | 1011110 | 10100 | 0 | 1111 | 11000001 | 1011010 | 101101 |
Color Harmonies of #0CAEDA
Complementary color
Monochromatic Colors of #0CAEDA
Black with #0CAEDA
Text Example
Text Example
White with #0CAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEDA; }
p { color: rgb(12,174,218); }
H1.HeaderClassName
{
color: #0CAEDA;
}
.AnyTagClassName
{
color: #0CAEDA;
}
</style>
background-color css
<style>
a { background-color: #0CAEDA; }
a { background-color: rgb(12,174,218); }
div.DivClassName
{
background-color: #0CAEDA;
}
.BgClassName
{
background-color: #0CAEDA;
}
</style>
border-color css
<style>
span { border-color: #0CAEDA; }
span { border-color: rgb(12,174,218); }
td.TdClassName
{
border-color: #0CAEDA;
}
.TagClassName
{
border-color: #0CAEDA;
}
</style>