Shades of Iris Blue #0CA7DF
Tints of Iris Blue #0CA7DF
RGB
CMYK
RGB Variations
Color information
#0CA7DF (or 0x0CA7DF) is known color: Iris Blue. HEX triplet: 0C, A7 and DF. RGB value is (12,167,223). Sum of RGB (Red+Green+Blue) = 12+167+223=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CA7DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA7DF is #F35820. Grayscale: #7E7E7E. Windows color (decimal): -15947809 or 14657292. OLE color: 14657292.
HSL color Cylindrical-coordinate representation of color #0CA7DF: hue angle of 195.92º 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 #0CA7DF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 167 | 223 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.13 |
| HSL | 195.92º | 0.9% | 0.46% | - |
| HSV(B) | 195.92º | 0.95% | 0.87% | - |
| XYZ | 27.29 | 33.04 | 74.75 | - |
| YUV | 127.04 | 182.15 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 167 | 223 | 0.95 | 0.25 | 0 | 0.13 | 195.92 | 0.9 | 0.46 |
| Hex | C | A7 | DF | 5F | 19 | 0 | D | C4 | 5A | 2E |
| Octal | 14 | 247 | 337 | 137 | 31 | 0 | 15 | 304 | 132 | 56 |
| Binary | 1100 | 10100111 | 11011111 | 1011111 | 11001 | 0 | 1101 | 11000100 | 1011010 | 101110 |
Color Harmonies of #0CA7DF
Complementary color
Monochromatic Colors of #0CA7DF
Black with #0CA7DF
Text Example
Text Example
White with #0CA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA7DF; }
p { color: rgb(12,167,223); }
H1.HeaderClassName
{
color: #0CA7DF;
}
.AnyTagClassName
{
color: #0CA7DF;
}
</style>
background-color css
<style>
a { background-color: #0CA7DF; }
a { background-color: rgb(12,167,223); }
div.DivClassName
{
background-color: #0CA7DF;
}
.BgClassName
{
background-color: #0CA7DF;
}
</style>
border-color css
<style>
span { border-color: #0CA7DF; }
span { border-color: rgb(12,167,223); }
td.TdClassName
{
border-color: #0CA7DF;
}
.TagClassName
{
border-color: #0CA7DF;
}
</style>