Shades of Iris Blue #0CAADF
Tints of Iris Blue #0CAADF
RGB
CMYK
RGB Variations
Color information
#0CAADF (or 0x0CAADF) is known color: Iris Blue. HEX triplet: 0C, AA and DF. RGB value is (12,170,223). Sum of RGB (Red+Green+Blue) = 12+170+223=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CAADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAADF is #F35520. Grayscale: #808080. Windows color (decimal): -15947041 or 14658060. OLE color: 14658060.
HSL color Cylindrical-coordinate representation of color #0CAADF: hue angle of 195.07º 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 #0CAADF is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 170 | 223 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.13 |
| HSL | 195.07º | 0.9% | 0.46% | - |
| HSV(B) | 195.07º | 0.95% | 0.87% | - |
| XYZ | 27.85 | 34.16 | 74.94 | - |
| YUV | 128.8 | 181.15 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 223 | 0.95 | 0.24 | 0 | 0.13 | 195.07 | 0.9 | 0.46 |
| Hex | C | AA | DF | 5F | 18 | 0 | D | C3 | 5A | 2E |
| Octal | 14 | 252 | 337 | 137 | 30 | 0 | 15 | 303 | 132 | 56 |
| Binary | 1100 | 10101010 | 11011111 | 1011111 | 11000 | 0 | 1101 | 11000011 | 1011010 | 101110 |
Color Harmonies of #0CAADF
Complementary color
Monochromatic Colors of #0CAADF
Black with #0CAADF
Text Example
Text Example
White with #0CAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAADF; }
p { color: rgb(12,170,223); }
H1.HeaderClassName
{
color: #0CAADF;
}
.AnyTagClassName
{
color: #0CAADF;
}
</style>
background-color css
<style>
a { background-color: #0CAADF; }
a { background-color: rgb(12,170,223); }
div.DivClassName
{
background-color: #0CAADF;
}
.BgClassName
{
background-color: #0CAADF;
}
</style>
border-color css
<style>
span { border-color: #0CAADF; }
span { border-color: rgb(12,170,223); }
td.TdClassName
{
border-color: #0CAADF;
}
.TagClassName
{
border-color: #0CAADF;
}
</style>