Shades of Deep Sky Blue #0CAEFC
Tints of Deep Sky Blue #0CAEFC
RGB
CMYK
RGB Variations
Color information
#0CAEFC (or 0x0CAEFC) is known color: Deep Sky Blue. HEX triplet: 0C, AE and FC. RGB value is (12,174,252). Sum of RGB (Red+Green+Blue) = 12+174+252=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CAEFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAEFC is #F35103. Grayscale: #858585. Windows color (decimal): -15945988 or 16559628. OLE color: 16559628.
HSL color Cylindrical-coordinate representation of color #0CAEFC: hue angle of 199.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAEFC is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 174 | 252 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.01 |
| HSL | 199.5º | 0.98% | 0.52% | - |
| HSV(B) | 199.5º | 0.95% | 0.99% | - |
| XYZ | 32.86 | 37.38 | 97.58 | - |
| YUV | 134.45 | 194.33 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 252 | 0.95 | 0.31 | 0 | 0.01 | 199.5 | 0.98 | 0.52 |
| Hex | C | AE | FC | 5F | 1F | 0 | 1 | C8 | 62 | 34 |
| Octal | 14 | 256 | 374 | 137 | 37 | 0 | 1 | 310 | 142 | 64 |
| Binary | 1100 | 10101110 | 11111100 | 1011111 | 11111 | 0 | 1 | 11001000 | 1100010 | 110100 |
Color Harmonies of #0CAEFC
Complementary color
Monochromatic Colors of #0CAEFC
Black with #0CAEFC
Text Example
Text Example
White with #0CAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEFC; }
p { color: rgb(12,174,252); }
H1.HeaderClassName
{
color: #0CAEFC;
}
.AnyTagClassName
{
color: #0CAEFC;
}
</style>
background-color css
<style>
a { background-color: #0CAEFC; }
a { background-color: rgb(12,174,252); }
div.DivClassName
{
background-color: #0CAEFC;
}
.BgClassName
{
background-color: #0CAEFC;
}
</style>
border-color css
<style>
span { border-color: #0CAEFC; }
span { border-color: rgb(12,174,252); }
td.TdClassName
{
border-color: #0CAEFC;
}
.TagClassName
{
border-color: #0CAEFC;
}
</style>