Shades of Deep Sky Blue #0FDBFF
Tints of Deep Sky Blue #0FDBFF
RGB
CMYK
RGB Variations
Color information
#0FDBFF (or 0x0FDBFF) is known color: Deep Sky Blue. HEX triplet: 0F, DB and FF. RGB value is (15,219,255). Sum of RGB (Red+Green+Blue) = 15+219+255=489 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FDBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBFF is #F02400. Grayscale: #A1A1A1. Windows color (decimal): -15737857 or 16767759. OLE color: 16767759.
HSL color Cylindrical-coordinate representation of color #0FDBFF: hue angle of 189º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDBFF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 219 | 255 | - |
| CMYK | 0.94 | 0.14 | 0 | 0 |
| HSL | 189º | 1% | 0.53% | - |
| HSV(B) | 189º | 0.94% | 1% | - |
| XYZ | 43.58 | 57.98 | 103.5 | - |
| YUV | 162.11 | 180.41 | 23.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 255 | 0.94 | 0.14 | 0 | 0 | 189 | 1 | 0.53 |
| Hex | F | DB | FF | 5E | E | 0 | 0 | BD | 64 | 35 |
| Octal | 17 | 333 | 377 | 136 | 16 | 0 | 0 | 275 | 144 | 65 |
| Binary | 1111 | 11011011 | 11111111 | 1011110 | 1110 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #0FDBFF
Complementary color
Monochromatic Colors of #0FDBFF
Black with #0FDBFF
Text Example
Text Example
White with #0FDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBFF; }
p { color: rgb(15,219,255); }
H1.HeaderClassName
{
color: #0FDBFF;
}
.AnyTagClassName
{
color: #0FDBFF;
}
</style>
background-color css
<style>
a { background-color: #0FDBFF; }
a { background-color: rgb(15,219,255); }
div.DivClassName
{
background-color: #0FDBFF;
}
.BgClassName
{
background-color: #0FDBFF;
}
</style>
border-color css
<style>
span { border-color: #0FDBFF; }
span { border-color: rgb(15,219,255); }
td.TdClassName
{
border-color: #0FDBFF;
}
.TagClassName
{
border-color: #0FDBFF;
}
</style>