Shades of Deep Sky Blue #0FDBFC
Tints of Deep Sky Blue #0FDBFC
RGB
CMYK
RGB Variations
Color information
#0FDBFC (or 0x0FDBFC) is known color: Deep Sky Blue. HEX triplet: 0F, DB and FC. RGB value is (15,219,252). Sum of RGB (Red+Green+Blue) = 15+219+252=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FDBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBFC is #F02403. Grayscale: #A1A1A1. Windows color (decimal): -15737860 or 16571151. OLE color: 16571151.
HSL color Cylindrical-coordinate representation of color #0FDBFC: hue angle of 188.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDBFC is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 219 | 252 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.01 |
| HSL | 188.35º | 0.98% | 0.52% | - |
| HSV(B) | 188.35º | 0.94% | 0.99% | - |
| XYZ | 43.1 | 57.79 | 100.98 | - |
| YUV | 161.77 | 178.91 | 23.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 252 | 0.94 | 0.13 | 0 | 0.01 | 188.35 | 0.98 | 0.52 |
| Hex | F | DB | FC | 5E | D | 0 | 1 | BC | 62 | 34 |
| Octal | 17 | 333 | 374 | 136 | 15 | 0 | 1 | 274 | 142 | 64 |
| Binary | 1111 | 11011011 | 11111100 | 1011110 | 1101 | 0 | 1 | 10111100 | 1100010 | 110100 |
Color Harmonies of #0FDBFC
Complementary color
Monochromatic Colors of #0FDBFC
Black with #0FDBFC
Text Example
Text Example
White with #0FDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBFC; }
p { color: rgb(15,219,252); }
H1.HeaderClassName
{
color: #0FDBFC;
}
.AnyTagClassName
{
color: #0FDBFC;
}
</style>
background-color css
<style>
a { background-color: #0FDBFC; }
a { background-color: rgb(15,219,252); }
div.DivClassName
{
background-color: #0FDBFC;
}
.BgClassName
{
background-color: #0FDBFC;
}
</style>
border-color css
<style>
span { border-color: #0FDBFC; }
span { border-color: rgb(15,219,252); }
td.TdClassName
{
border-color: #0FDBFC;
}
.TagClassName
{
border-color: #0FDBFC;
}
</style>