Shades of Deep Sky Blue #0FDBFE
Tints of Deep Sky Blue #0FDBFE
RGB
CMYK
RGB Variations
Color information
#0FDBFE (or 0x0FDBFE) is known color: Deep Sky Blue. HEX triplet: 0F, DB and FE. RGB value is (15,219,254). Sum of RGB (Red+Green+Blue) = 15+219+254=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FDBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBFE is #F02401. Grayscale: #A1A1A1. Windows color (decimal): -15737858 or 16702223. OLE color: 16702223.
HSL color Cylindrical-coordinate representation of color #0FDBFE: hue angle of 188.79º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDBFE is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 219 | 254 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.00 |
| HSL | 188.79º | 0.99% | 0.53% | - |
| HSV(B) | 188.79º | 0.94% | 1% | - |
| XYZ | 43.42 | 57.92 | 102.66 | - |
| YUV | 161.99 | 179.91 | 23.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 254 | 0.94 | 0.14 | 0 | 0.00 | 188.79 | 0.99 | 0.53 |
| Hex | F | DB | FE | 5E | E | 0 | 0 | BD | 63 | 35 |
| Octal | 17 | 333 | 376 | 136 | 16 | 0 | 0 | 275 | 143 | 65 |
| Binary | 1111 | 11011011 | 11111110 | 1011110 | 1110 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #0FDBFE
Complementary color
Monochromatic Colors of #0FDBFE
Black with #0FDBFE
Text Example
Text Example
White with #0FDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBFE; }
p { color: rgb(15,219,254); }
H1.HeaderClassName
{
color: #0FDBFE;
}
.AnyTagClassName
{
color: #0FDBFE;
}
</style>
background-color css
<style>
a { background-color: #0FDBFE; }
a { background-color: rgb(15,219,254); }
div.DivClassName
{
background-color: #0FDBFE;
}
.BgClassName
{
background-color: #0FDBFE;
}
</style>
border-color css
<style>
span { border-color: #0FDBFE; }
span { border-color: rgb(15,219,254); }
td.TdClassName
{
border-color: #0FDBFE;
}
.TagClassName
{
border-color: #0FDBFE;
}
</style>