Shades of Deep Sky Blue #0FD8FF
Tints of Deep Sky Blue #0FD8FF
RGB
CMYK
RGB Variations
Color information
#0FD8FF (or 0x0FD8FF) is known color: Deep Sky Blue. HEX triplet: 0F, D8 and FF. RGB value is (15,216,255). Sum of RGB (Red+Green+Blue) = 15+216+255=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FD8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD8FF is #F02700. Grayscale: #9F9F9F. Windows color (decimal): -15738625 or 16766991. OLE color: 16766991.
HSL color Cylindrical-coordinate representation of color #0FD8FF: hue angle of 189.75º 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 #0FD8FF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 216 | 255 | - |
| CMYK | 0.94 | 0.15 | 0 | 0 |
| HSL | 189.75º | 1% | 0.53% | - |
| HSV(B) | 189.75º | 0.94% | 1% | - |
| XYZ | 42.8 | 56.43 | 103.24 | - |
| YUV | 160.35 | 181.41 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 255 | 0.94 | 0.15 | 0 | 0 | 189.75 | 1 | 0.53 |
| Hex | F | D8 | FF | 5E | F | 0 | 0 | BE | 64 | 35 |
| Octal | 17 | 330 | 377 | 136 | 17 | 0 | 0 | 276 | 144 | 65 |
| Binary | 1111 | 11011000 | 11111111 | 1011110 | 1111 | 0 | 0 | 10111110 | 1100100 | 110101 |
Color Harmonies of #0FD8FF
Complementary color
Monochromatic Colors of #0FD8FF
Black with #0FD8FF
Text Example
Text Example
White with #0FD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD8FF; }
p { color: rgb(15,216,255); }
H1.HeaderClassName
{
color: #0FD8FF;
}
.AnyTagClassName
{
color: #0FD8FF;
}
</style>
background-color css
<style>
a { background-color: #0FD8FF; }
a { background-color: rgb(15,216,255); }
div.DivClassName
{
background-color: #0FD8FF;
}
.BgClassName
{
background-color: #0FD8FF;
}
</style>
border-color css
<style>
span { border-color: #0FD8FF; }
span { border-color: rgb(15,216,255); }
td.TdClassName
{
border-color: #0FD8FF;
}
.TagClassName
{
border-color: #0FD8FF;
}
</style>