Shades of Iris Blue #0CAEDB
Tints of Iris Blue #0CAEDB
RGB
CMYK
RGB Variations
Color information
#0CAEDB (or 0x0CAEDB) is known color: Iris Blue. HEX triplet: 0C, AE and DB. RGB value is (12,174,219). Sum of RGB (Red+Green+Blue) = 12+174+219=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CAEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAEDB is #F35124. Grayscale: #828282. Windows color (decimal): -15946021 or 14396940. OLE color: 14396940.
HSL color Cylindrical-coordinate representation of color #0CAEDB: hue angle of 193.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAEDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 174 | 219 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.14 |
| HSL | 193.04º | 0.9% | 0.45% | - |
| HSV(B) | 193.04º | 0.95% | 0.86% | - |
| XYZ | 28.07 | 35.46 | 72.38 | - |
| YUV | 130.69 | 177.83 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 219 | 0.95 | 0.21 | 0 | 0.14 | 193.04 | 0.9 | 0.45 |
| Hex | C | AE | DB | 5F | 15 | 0 | E | C1 | 5A | 2D |
| Octal | 14 | 256 | 333 | 137 | 25 | 0 | 16 | 301 | 132 | 55 |
| Binary | 1100 | 10101110 | 11011011 | 1011111 | 10101 | 0 | 1110 | 11000001 | 1011010 | 101101 |
Color Harmonies of #0CAEDB
Complementary color
Monochromatic Colors of #0CAEDB
Black with #0CAEDB
Text Example
Text Example
White with #0CAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEDB; }
p { color: rgb(12,174,219); }
H1.HeaderClassName
{
color: #0CAEDB;
}
.AnyTagClassName
{
color: #0CAEDB;
}
</style>
background-color css
<style>
a { background-color: #0CAEDB; }
a { background-color: rgb(12,174,219); }
div.DivClassName
{
background-color: #0CAEDB;
}
.BgClassName
{
background-color: #0CAEDB;
}
</style>
border-color css
<style>
span { border-color: #0CAEDB; }
span { border-color: rgb(12,174,219); }
td.TdClassName
{
border-color: #0CAEDB;
}
.TagClassName
{
border-color: #0CAEDB;
}
</style>