Shades of Deep Sky Blue #0CDBFB
Tints of Deep Sky Blue #0CDBFB
RGB
CMYK
RGB Variations
Color information
#0CDBFB (or 0x0CDBFB) is known color: Deep Sky Blue. HEX triplet: 0C, DB and FB. RGB value is (12,219,251). Sum of RGB (Red+Green+Blue) = 12+219+251=482 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.49% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CDBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDBFB is #F32404. Grayscale: #A0A0A0. Windows color (decimal): -15934469 or 16505612. OLE color: 16505612.
HSL color Cylindrical-coordinate representation of color #0CDBFB: hue angle of 188.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDBFB is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 219 | 251 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.02 |
| HSL | 188.03º | 0.97% | 0.52% | - |
| HSV(B) | 188.03º | 0.95% | 0.98% | - |
| XYZ | 42.9 | 57.71 | 100.14 | - |
| YUV | 160.76 | 178.92 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 251 | 0.95 | 0.13 | 0 | 0.02 | 188.03 | 0.97 | 0.52 |
| Hex | C | DB | FB | 5F | D | 0 | 2 | BC | 61 | 34 |
| Octal | 14 | 333 | 373 | 137 | 15 | 0 | 2 | 274 | 141 | 64 |
| Binary | 1100 | 11011011 | 11111011 | 1011111 | 1101 | 0 | 10 | 10111100 | 1100001 | 110100 |
Color Harmonies of #0CDBFB
Complementary color
Monochromatic Colors of #0CDBFB
Black with #0CDBFB
Text Example
Text Example
White with #0CDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBFB; }
p { color: rgb(12,219,251); }
H1.HeaderClassName
{
color: #0CDBFB;
}
.AnyTagClassName
{
color: #0CDBFB;
}
</style>
background-color css
<style>
a { background-color: #0CDBFB; }
a { background-color: rgb(12,219,251); }
div.DivClassName
{
background-color: #0CDBFB;
}
.BgClassName
{
background-color: #0CDBFB;
}
</style>
border-color css
<style>
span { border-color: #0CDBFB; }
span { border-color: rgb(12,219,251); }
td.TdClassName
{
border-color: #0CDBFB;
}
.TagClassName
{
border-color: #0CDBFB;
}
</style>