Shades of Deep Sky Blue #0CCAFE
Tints of Deep Sky Blue #0CCAFE
RGB
CMYK
RGB Variations
Color information
#0CCAFE (or 0x0CCAFE) is known color: Deep Sky Blue. HEX triplet: 0C, CA and FE. RGB value is (12,202,254). Sum of RGB (Red+Green+Blue) = 12+202+254=468 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CCAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAFE is #F33501. Grayscale: #969696. Windows color (decimal): -15938818 or 16697868. OLE color: 16697868.
HSL color Cylindrical-coordinate representation of color #0CCAFE: hue angle of 192.89º 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 #0CCAFE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 202 | 254 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.00 |
| HSL | 192.89º | 0.99% | 0.52% | - |
| HSV(B) | 192.89º | 0.95% | 1% | - |
| XYZ | 39.16 | 49.47 | 101.25 | - |
| YUV | 151.12 | 186.05 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 254 | 0.95 | 0.20 | 0 | 0.00 | 192.89 | 0.99 | 0.52 |
| Hex | C | CA | FE | 5F | 14 | 0 | 0 | C1 | 63 | 34 |
| Octal | 14 | 312 | 376 | 137 | 24 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1100 | 11001010 | 11111110 | 1011111 | 10100 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #0CCAFE
Complementary color
Monochromatic Colors of #0CCAFE
Black with #0CCAFE
Text Example
Text Example
White with #0CCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCAFE; }
p { color: rgb(12,202,254); }
H1.HeaderClassName
{
color: #0CCAFE;
}
.AnyTagClassName
{
color: #0CCAFE;
}
</style>
background-color css
<style>
a { background-color: #0CCAFE; }
a { background-color: rgb(12,202,254); }
div.DivClassName
{
background-color: #0CCAFE;
}
.BgClassName
{
background-color: #0CCAFE;
}
</style>
border-color css
<style>
span { border-color: #0CCAFE; }
span { border-color: rgb(12,202,254); }
td.TdClassName
{
border-color: #0CCAFE;
}
.TagClassName
{
border-color: #0CCAFE;
}
</style>