Shades of Iris Blue #0CADB5
Tints of Iris Blue #0CADB5
RGB
CMYK
RGB Variations
Color information
#0CADB5 (or 0x0CADB5) is known color: Iris Blue. HEX triplet: 0C, AD and B5. RGB value is (12,173,181). Sum of RGB (Red+Green+Blue) = 12+173+181=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #0CADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADB5 is #F3524A. Grayscale: #7D7D7D. Windows color (decimal): -15946315 or 11906316. OLE color: 11906316.
HSL color Cylindrical-coordinate representation of color #0CADB5: hue angle of 182.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CADB5 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 173 | 181 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.29 |
| HSL | 182.84º | 0.88% | 0.38% | - |
| HSV(B) | 182.84º | 0.93% | 0.71% | - |
| XYZ | 23.44 | 33.3 | 48.91 | - |
| YUV | 125.77 | 159.16 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 181 | 0.93 | 0.04 | 0 | 0.29 | 182.84 | 0.88 | 0.38 |
| Hex | C | AD | B5 | 5D | 4 | 0 | 1D | B7 | 58 | 26 |
| Octal | 14 | 255 | 265 | 135 | 4 | 0 | 35 | 267 | 130 | 46 |
| Binary | 1100 | 10101101 | 10110101 | 1011101 | 100 | 0 | 11101 | 10110111 | 1011000 | 100110 |
Color Harmonies of #0CADB5
Complementary color
Monochromatic Colors of #0CADB5
Black with #0CADB5
Text Example
Text Example
White with #0CADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADB5; }
p { color: rgb(12,173,181); }
H1.HeaderClassName
{
color: #0CADB5;
}
.AnyTagClassName
{
color: #0CADB5;
}
</style>
background-color css
<style>
a { background-color: #0CADB5; }
a { background-color: rgb(12,173,181); }
div.DivClassName
{
background-color: #0CADB5;
}
.BgClassName
{
background-color: #0CADB5;
}
</style>
border-color css
<style>
span { border-color: #0CADB5; }
span { border-color: rgb(12,173,181); }
td.TdClassName
{
border-color: #0CADB5;
}
.TagClassName
{
border-color: #0CADB5;
}
</style>