Shades of Iris Blue #0CAECB
Tints of Iris Blue #0CAECB
RGB
CMYK
RGB Variations
Color information
#0CAECB (or 0x0CAECB) is known color: Iris Blue. HEX triplet: 0C, AE and CB. RGB value is (12,174,203). Sum of RGB (Red+Green+Blue) = 12+174+203=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CAECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAECB is #F35134. Grayscale: #808080. Windows color (decimal): -15946037 or 13348364. OLE color: 13348364.
HSL color Cylindrical-coordinate representation of color #0CAECB: hue angle of 189.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAECB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 174 | 203 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.20 |
| HSL | 189.11º | 0.89% | 0.42% | - |
| HSV(B) | 189.11º | 0.94% | 0.8% | - |
| XYZ | 26.07 | 34.66 | 61.82 | - |
| YUV | 128.87 | 169.83 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 203 | 0.94 | 0.14 | 0 | 0.20 | 189.11 | 0.89 | 0.42 |
| Hex | C | AE | CB | 5E | E | 0 | 14 | BD | 59 | 2A |
| Octal | 14 | 256 | 313 | 136 | 16 | 0 | 24 | 275 | 131 | 52 |
| Binary | 1100 | 10101110 | 11001011 | 1011110 | 1110 | 0 | 10100 | 10111101 | 1011001 | 101010 |
Color Harmonies of #0CAECB
Complementary color
Monochromatic Colors of #0CAECB
Black with #0CAECB
Text Example
Text Example
White with #0CAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAECB; }
p { color: rgb(12,174,203); }
H1.HeaderClassName
{
color: #0CAECB;
}
.AnyTagClassName
{
color: #0CAECB;
}
</style>
background-color css
<style>
a { background-color: #0CAECB; }
a { background-color: rgb(12,174,203); }
div.DivClassName
{
background-color: #0CAECB;
}
.BgClassName
{
background-color: #0CAECB;
}
</style>
border-color css
<style>
span { border-color: #0CAECB; }
span { border-color: rgb(12,174,203); }
td.TdClassName
{
border-color: #0CAECB;
}
.TagClassName
{
border-color: #0CAECB;
}
</style>