Shades of Deep Sky Blue #0FD6FF
Tints of Deep Sky Blue #0FD6FF
RGB
CMYK
RGB Variations
Color information
#0FD6FF (or 0x0FD6FF) is known color: Deep Sky Blue. HEX triplet: 0F, D6 and FF. RGB value is (15,214,255). Sum of RGB (Red+Green+Blue) = 15+214+255=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FD6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD6FF is #F02900. Grayscale: #9E9E9E. Windows color (decimal): -15739137 or 16766479. OLE color: 16766479.
HSL color Cylindrical-coordinate representation of color #0FD6FF: hue angle of 190.25º 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 #0FD6FF is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 214 | 255 | - |
| CMYK | 0.94 | 0.16 | 0 | 0 |
| HSL | 190.25º | 1% | 0.53% | - |
| HSV(B) | 190.25º | 0.94% | 1% | - |
| XYZ | 42.29 | 55.41 | 103.07 | - |
| YUV | 159.17 | 182.07 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 255 | 0.94 | 0.16 | 0 | 0 | 190.25 | 1 | 0.53 |
| Hex | F | D6 | FF | 5E | 10 | 0 | 0 | BE | 64 | 35 |
| Octal | 17 | 326 | 377 | 136 | 20 | 0 | 0 | 276 | 144 | 65 |
| Binary | 1111 | 11010110 | 11111111 | 1011110 | 10000 | 0 | 0 | 10111110 | 1100100 | 110101 |
Color Harmonies of #0FD6FF
Complementary color
Monochromatic Colors of #0FD6FF
Black with #0FD6FF
Text Example
Text Example
White with #0FD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD6FF; }
p { color: rgb(15,214,255); }
H1.HeaderClassName
{
color: #0FD6FF;
}
.AnyTagClassName
{
color: #0FD6FF;
}
</style>
background-color css
<style>
a { background-color: #0FD6FF; }
a { background-color: rgb(15,214,255); }
div.DivClassName
{
background-color: #0FD6FF;
}
.BgClassName
{
background-color: #0FD6FF;
}
</style>
border-color css
<style>
span { border-color: #0FD6FF; }
span { border-color: rgb(15,214,255); }
td.TdClassName
{
border-color: #0FD6FF;
}
.TagClassName
{
border-color: #0FD6FF;
}
</style>