Shades of Iris Blue #0CADDB
Tints of Iris Blue #0CADDB
RGB
CMYK
RGB Variations
Color information
#0CADDB (or 0x0CADDB) is known color: Iris Blue. HEX triplet: 0C, AD and DB. RGB value is (12,173,219). Sum of RGB (Red+Green+Blue) = 12+173+219=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADDB is #F35224. Grayscale: #818181. Windows color (decimal): -15946277 or 14396684. OLE color: 14396684.
HSL color Cylindrical-coordinate representation of color #0CADDB: hue angle of 193.33º 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 #0CADDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 173 | 219 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.14 |
| HSL | 193.33º | 0.9% | 0.45% | - |
| HSV(B) | 193.33º | 0.95% | 0.86% | - |
| XYZ | 27.88 | 35.08 | 72.32 | - |
| YUV | 130.11 | 178.16 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 219 | 0.95 | 0.21 | 0 | 0.14 | 193.33 | 0.9 | 0.45 |
| Hex | C | AD | DB | 5F | 15 | 0 | E | C1 | 5A | 2D |
| Octal | 14 | 255 | 333 | 137 | 25 | 0 | 16 | 301 | 132 | 55 |
| Binary | 1100 | 10101101 | 11011011 | 1011111 | 10101 | 0 | 1110 | 11000001 | 1011010 | 101101 |
Color Harmonies of #0CADDB
Complementary color
Monochromatic Colors of #0CADDB
Black with #0CADDB
Text Example
Text Example
White with #0CADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADDB; }
p { color: rgb(12,173,219); }
H1.HeaderClassName
{
color: #0CADDB;
}
.AnyTagClassName
{
color: #0CADDB;
}
</style>
background-color css
<style>
a { background-color: #0CADDB; }
a { background-color: rgb(12,173,219); }
div.DivClassName
{
background-color: #0CADDB;
}
.BgClassName
{
background-color: #0CADDB;
}
</style>
border-color css
<style>
span { border-color: #0CADDB; }
span { border-color: rgb(12,173,219); }
td.TdClassName
{
border-color: #0CADDB;
}
.TagClassName
{
border-color: #0CADDB;
}
</style>