Shades of Iris Blue #0CA8DF
Tints of Iris Blue #0CA8DF
RGB
CMYK
RGB Variations
Color information
#0CA8DF (or 0x0CA8DF) is known color: Iris Blue. HEX triplet: 0C, A8 and DF. RGB value is (12,168,223). Sum of RGB (Red+Green+Blue) = 12+168+223=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CA8DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA8DF is #F35720. Grayscale: #7F7F7F. Windows color (decimal): -15947553 or 14657548. OLE color: 14657548.
HSL color Cylindrical-coordinate representation of color #0CA8DF: hue angle of 195.64º 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 #0CA8DF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 168 | 223 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.13 |
| HSL | 195.64º | 0.9% | 0.46% | - |
| HSV(B) | 195.64º | 0.95% | 0.87% | - |
| XYZ | 27.47 | 33.41 | 74.81 | - |
| YUV | 127.63 | 181.82 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 223 | 0.95 | 0.25 | 0 | 0.13 | 195.64 | 0.9 | 0.46 |
| Hex | C | A8 | DF | 5F | 19 | 0 | D | C4 | 5A | 2E |
| Octal | 14 | 250 | 337 | 137 | 31 | 0 | 15 | 304 | 132 | 56 |
| Binary | 1100 | 10101000 | 11011111 | 1011111 | 11001 | 0 | 1101 | 11000100 | 1011010 | 101110 |
Color Harmonies of #0CA8DF
Complementary color
Monochromatic Colors of #0CA8DF
Black with #0CA8DF
Text Example
Text Example
White with #0CA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA8DF; }
p { color: rgb(12,168,223); }
H1.HeaderClassName
{
color: #0CA8DF;
}
.AnyTagClassName
{
color: #0CA8DF;
}
</style>
background-color css
<style>
a { background-color: #0CA8DF; }
a { background-color: rgb(12,168,223); }
div.DivClassName
{
background-color: #0CA8DF;
}
.BgClassName
{
background-color: #0CA8DF;
}
</style>
border-color css
<style>
span { border-color: #0CA8DF; }
span { border-color: rgb(12,168,223); }
td.TdClassName
{
border-color: #0CA8DF;
}
.TagClassName
{
border-color: #0CA8DF;
}
</style>