Shades of Iris Blue #0CA9DD
Tints of Iris Blue #0CA9DD
RGB
CMYK
RGB Variations
Color information
#0CA9DD (or 0x0CA9DD) is known color: Iris Blue. HEX triplet: 0C, A9 and DD. RGB value is (12,169,221). Sum of RGB (Red+Green+Blue) = 12+169+221=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CA9DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA9DD is #F35622. Grayscale: #7F7F7F. Windows color (decimal): -15947299 or 14526732. OLE color: 14526732.
HSL color Cylindrical-coordinate representation of color #0CA9DD: hue angle of 194.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA9DD is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 169 | 221 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.13 |
| HSL | 194.93º | 0.9% | 0.46% | - |
| HSV(B) | 194.93º | 0.95% | 0.87% | - |
| XYZ | 27.39 | 33.67 | 73.46 | - |
| YUV | 127.99 | 180.49 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 221 | 0.95 | 0.24 | 0 | 0.13 | 194.93 | 0.9 | 0.46 |
| Hex | C | A9 | DD | 5F | 18 | 0 | D | C3 | 5A | 2E |
| Octal | 14 | 251 | 335 | 137 | 30 | 0 | 15 | 303 | 132 | 56 |
| Binary | 1100 | 10101001 | 11011101 | 1011111 | 11000 | 0 | 1101 | 11000011 | 1011010 | 101110 |
Color Harmonies of #0CA9DD
Complementary color
Monochromatic Colors of #0CA9DD
Black with #0CA9DD
Text Example
Text Example
White with #0CA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA9DD; }
p { color: rgb(12,169,221); }
H1.HeaderClassName
{
color: #0CA9DD;
}
.AnyTagClassName
{
color: #0CA9DD;
}
</style>
background-color css
<style>
a { background-color: #0CA9DD; }
a { background-color: rgb(12,169,221); }
div.DivClassName
{
background-color: #0CA9DD;
}
.BgClassName
{
background-color: #0CA9DD;
}
</style>
border-color css
<style>
span { border-color: #0CA9DD; }
span { border-color: rgb(12,169,221); }
td.TdClassName
{
border-color: #0CA9DD;
}
.TagClassName
{
border-color: #0CA9DD;
}
</style>