Shades of Deep Sky Blue #0CAEFF
Tints of Deep Sky Blue #0CAEFF
RGB
CMYK
RGB Variations
Color information
#0CAEFF (or 0x0CAEFF) is known color: Deep Sky Blue. HEX triplet: 0C, AE and FF. RGB value is (12,174,255). Sum of RGB (Red+Green+Blue) = 12+174+255=441 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.72% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CAEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAEFF is #F35100. Grayscale: #868686. Windows color (decimal): -15945985 or 16756236. OLE color: 16756236.
HSL color Cylindrical-coordinate representation of color #0CAEFF: hue angle of 200º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAEFF is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 174 | 255 | - |
| CMYK | 0.95 | 0.32 | 0 | 0 |
| HSL | 200º | 1% | 0.52% | - |
| HSV(B) | 200º | 0.95% | 1% | - |
| XYZ | 33.34 | 37.57 | 100.1 | - |
| YUV | 134.8 | 195.83 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 255 | 0.95 | 0.32 | 0 | 0 | 200 | 1 | 0.52 |
| Hex | C | AE | FF | 5F | 20 | 0 | 0 | C8 | 64 | 34 |
| Octal | 14 | 256 | 377 | 137 | 40 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1100 | 10101110 | 11111111 | 1011111 | 100000 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #0CAEFF
Complementary color
Monochromatic Colors of #0CAEFF
Black with #0CAEFF
Text Example
Text Example
White with #0CAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEFF; }
p { color: rgb(12,174,255); }
H1.HeaderClassName
{
color: #0CAEFF;
}
.AnyTagClassName
{
color: #0CAEFF;
}
</style>
background-color css
<style>
a { background-color: #0CAEFF; }
a { background-color: rgb(12,174,255); }
div.DivClassName
{
background-color: #0CAEFF;
}
.BgClassName
{
background-color: #0CAEFF;
}
</style>
border-color css
<style>
span { border-color: #0CAEFF; }
span { border-color: rgb(12,174,255); }
td.TdClassName
{
border-color: #0CAEFF;
}
.TagClassName
{
border-color: #0CAEFF;
}
</style>