Shades of Deep Sky Blue #0FD9FE
Tints of Deep Sky Blue #0FD9FE
RGB
CMYK
RGB Variations
Color information
#0FD9FE (or 0x0FD9FE) is known color: Deep Sky Blue. HEX triplet: 0F, D9 and FE. RGB value is (15,217,254). Sum of RGB (Red+Green+Blue) = 15+217+254=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FD9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD9FE is #F02601. Grayscale: #A0A0A0. Windows color (decimal): -15738370 or 16701711. OLE color: 16701711.
HSL color Cylindrical-coordinate representation of color #0FD9FE: hue angle of 189.29º 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 #0FD9FE is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 217 | 254 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.00 |
| HSL | 189.29º | 0.99% | 0.53% | - |
| HSV(B) | 189.29º | 0.94% | 1% | - |
| XYZ | 42.9 | 56.88 | 102.48 | - |
| YUV | 160.82 | 180.58 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 254 | 0.94 | 0.15 | 0 | 0.00 | 189.29 | 0.99 | 0.53 |
| Hex | F | D9 | FE | 5E | F | 0 | 0 | BD | 63 | 35 |
| Octal | 17 | 331 | 376 | 136 | 17 | 0 | 0 | 275 | 143 | 65 |
| Binary | 1111 | 11011001 | 11111110 | 1011110 | 1111 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #0FD9FE
Complementary color
Monochromatic Colors of #0FD9FE
Black with #0FD9FE
Text Example
Text Example
White with #0FD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD9FE; }
p { color: rgb(15,217,254); }
H1.HeaderClassName
{
color: #0FD9FE;
}
.AnyTagClassName
{
color: #0FD9FE;
}
</style>
background-color css
<style>
a { background-color: #0FD9FE; }
a { background-color: rgb(15,217,254); }
div.DivClassName
{
background-color: #0FD9FE;
}
.BgClassName
{
background-color: #0FD9FE;
}
</style>
border-color css
<style>
span { border-color: #0FD9FE; }
span { border-color: rgb(15,217,254); }
td.TdClassName
{
border-color: #0FD9FE;
}
.TagClassName
{
border-color: #0FD9FE;
}
</style>