Shades of Deep Sky Blue #0CDAFE
Tints of Deep Sky Blue #0CDAFE
RGB
CMYK
RGB Variations
Color information
#0CDAFE (or 0x0CDAFE) is known color: Deep Sky Blue. HEX triplet: 0C, DA and FE. RGB value is (12,218,254). Sum of RGB (Red+Green+Blue) = 12+218+254=484 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CDAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDAFE is #F32501. Grayscale: #A0A0A0. Windows color (decimal): -15934722 or 16701964. OLE color: 16701964.
HSL color Cylindrical-coordinate representation of color #0CDAFE: hue angle of 188.93º 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 #0CDAFE is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 218 | 254 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.00 |
| HSL | 188.93º | 0.99% | 0.52% | - |
| HSV(B) | 188.93º | 0.95% | 1% | - |
| XYZ | 43.11 | 57.38 | 102.57 | - |
| YUV | 160.51 | 180.75 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 254 | 0.95 | 0.14 | 0 | 0.00 | 188.93 | 0.99 | 0.52 |
| Hex | C | DA | FE | 5F | E | 0 | 0 | BD | 63 | 34 |
| Octal | 14 | 332 | 376 | 137 | 16 | 0 | 0 | 275 | 143 | 64 |
| Binary | 1100 | 11011010 | 11111110 | 1011111 | 1110 | 0 | 0 | 10111101 | 1100011 | 110100 |
Color Harmonies of #0CDAFE
Complementary color
Monochromatic Colors of #0CDAFE
Black with #0CDAFE
Text Example
Text Example
White with #0CDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDAFE; }
p { color: rgb(12,218,254); }
H1.HeaderClassName
{
color: #0CDAFE;
}
.AnyTagClassName
{
color: #0CDAFE;
}
</style>
background-color css
<style>
a { background-color: #0CDAFE; }
a { background-color: rgb(12,218,254); }
div.DivClassName
{
background-color: #0CDAFE;
}
.BgClassName
{
background-color: #0CDAFE;
}
</style>
border-color css
<style>
span { border-color: #0CDAFE; }
span { border-color: rgb(12,218,254); }
td.TdClassName
{
border-color: #0CDAFE;
}
.TagClassName
{
border-color: #0CDAFE;
}
</style>