Shades of Deep Sky Blue #0CACFE
Tints of Deep Sky Blue #0CACFE
RGB
CMYK
RGB Variations
Color information
#0CACFE (or 0x0CACFE) is known color: Deep Sky Blue. HEX triplet: 0C, AC and FE. RGB value is (12,172,254). Sum of RGB (Red+Green+Blue) = 12+172+254=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CACFE is #F35301. Grayscale: #858585. Windows color (decimal): -15946498 or 16690188. OLE color: 16690188.
HSL color Cylindrical-coordinate representation of color #0CACFE: hue angle of 200.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CACFE is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 172 | 254 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.00 |
| HSL | 200.33º | 0.99% | 0.52% | - |
| HSV(B) | 200.33º | 0.95% | 1% | - |
| XYZ | 32.79 | 36.74 | 99.13 | - |
| YUV | 133.51 | 195.99 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 254 | 0.95 | 0.32 | 0 | 0.00 | 200.33 | 0.99 | 0.52 |
| Hex | C | AC | FE | 5F | 20 | 0 | 0 | C8 | 63 | 34 |
| Octal | 14 | 254 | 376 | 137 | 40 | 0 | 0 | 310 | 143 | 64 |
| Binary | 1100 | 10101100 | 11111110 | 1011111 | 100000 | 0 | 0 | 11001000 | 1100011 | 110100 |
Color Harmonies of #0CACFE
Complementary color
Monochromatic Colors of #0CACFE
Black with #0CACFE
Text Example
Text Example
White with #0CACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACFE; }
p { color: rgb(12,172,254); }
H1.HeaderClassName
{
color: #0CACFE;
}
.AnyTagClassName
{
color: #0CACFE;
}
</style>
background-color css
<style>
a { background-color: #0CACFE; }
a { background-color: rgb(12,172,254); }
div.DivClassName
{
background-color: #0CACFE;
}
.BgClassName
{
background-color: #0CACFE;
}
</style>
border-color css
<style>
span { border-color: #0CACFE; }
span { border-color: rgb(12,172,254); }
td.TdClassName
{
border-color: #0CACFE;
}
.TagClassName
{
border-color: #0CACFE;
}
</style>