Shades of Deep Sky Blue #0FD3FF
Tints of Deep Sky Blue #0FD3FF
RGB
CMYK
RGB Variations
Color information
#0FD3FF (or 0x0FD3FF) is known color: Deep Sky Blue. HEX triplet: 0F, D3 and FF. RGB value is (15,211,255). Sum of RGB (Red+Green+Blue) = 15+211+255=481 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FD3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD3FF is #F02C00. Grayscale: #9D9D9D. Windows color (decimal): -15739905 or 16765711. OLE color: 16765711.
HSL color Cylindrical-coordinate representation of color #0FD3FF: hue angle of 191º 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 #0FD3FF is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 211 | 255 | - |
| CMYK | 0.94 | 0.17 | 0 | 0 |
| HSL | 191º | 1% | 0.53% | - |
| HSV(B) | 191º | 0.94% | 1% | - |
| XYZ | 41.54 | 53.91 | 102.82 | - |
| YUV | 157.41 | 183.07 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 255 | 0.94 | 0.17 | 0 | 0 | 191 | 1 | 0.53 |
| Hex | F | D3 | FF | 5E | 11 | 0 | 0 | BF | 64 | 35 |
| Octal | 17 | 323 | 377 | 136 | 21 | 0 | 0 | 277 | 144 | 65 |
| Binary | 1111 | 11010011 | 11111111 | 1011110 | 10001 | 0 | 0 | 10111111 | 1100100 | 110101 |
Color Harmonies of #0FD3FF
Complementary color
Monochromatic Colors of #0FD3FF
Black with #0FD3FF
Text Example
Text Example
White with #0FD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD3FF; }
p { color: rgb(15,211,255); }
H1.HeaderClassName
{
color: #0FD3FF;
}
.AnyTagClassName
{
color: #0FD3FF;
}
</style>
background-color css
<style>
a { background-color: #0FD3FF; }
a { background-color: rgb(15,211,255); }
div.DivClassName
{
background-color: #0FD3FF;
}
.BgClassName
{
background-color: #0FD3FF;
}
</style>
border-color css
<style>
span { border-color: #0FD3FF; }
span { border-color: rgb(15,211,255); }
td.TdClassName
{
border-color: #0FD3FF;
}
.TagClassName
{
border-color: #0FD3FF;
}
</style>