Shades of Deep Sky Blue #0CDBFE
Tints of Deep Sky Blue #0CDBFE
RGB
CMYK
RGB Variations
Color information
#0CDBFE (or 0x0CDBFE) is known color: Deep Sky Blue. HEX triplet: 0C, DB and FE. RGB value is (12,219,254). Sum of RGB (Red+Green+Blue) = 12+219+254=485 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CDBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDBFE is #F32401. Grayscale: #A0A0A0. Windows color (decimal): -15934466 or 16702220. OLE color: 16702220.
HSL color Cylindrical-coordinate representation of color #0CDBFE: hue angle of 188.68º 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 #0CDBFE is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 219 | 254 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.00 |
| HSL | 188.68º | 0.99% | 0.52% | - |
| HSV(B) | 188.68º | 0.95% | 1% | - |
| XYZ | 43.37 | 57.9 | 102.66 | - |
| YUV | 161.1 | 180.42 | 21.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 254 | 0.95 | 0.14 | 0 | 0.00 | 188.68 | 0.99 | 0.52 |
| Hex | C | DB | FE | 5F | E | 0 | 0 | BD | 63 | 34 |
| Octal | 14 | 333 | 376 | 137 | 16 | 0 | 0 | 275 | 143 | 64 |
| Binary | 1100 | 11011011 | 11111110 | 1011111 | 1110 | 0 | 0 | 10111101 | 1100011 | 110100 |
Color Harmonies of #0CDBFE
Complementary color
Monochromatic Colors of #0CDBFE
Black with #0CDBFE
Text Example
Text Example
White with #0CDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBFE; }
p { color: rgb(12,219,254); }
H1.HeaderClassName
{
color: #0CDBFE;
}
.AnyTagClassName
{
color: #0CDBFE;
}
</style>
background-color css
<style>
a { background-color: #0CDBFE; }
a { background-color: rgb(12,219,254); }
div.DivClassName
{
background-color: #0CDBFE;
}
.BgClassName
{
background-color: #0CDBFE;
}
</style>
border-color css
<style>
span { border-color: #0CDBFE; }
span { border-color: rgb(12,219,254); }
td.TdClassName
{
border-color: #0CDBFE;
}
.TagClassName
{
border-color: #0CDBFE;
}
</style>