Shades of Deep Sky Blue #0FD3FE
Tints of Deep Sky Blue #0FD3FE
RGB
CMYK
RGB Variations
Color information
#0FD3FE (or 0x0FD3FE) is known color: Deep Sky Blue. HEX triplet: 0F, D3 and FE. RGB value is (15,211,254). Sum of RGB (Red+Green+Blue) = 15+211+254=480 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FD3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD3FE is #F02C01. Grayscale: #9C9C9C. Windows color (decimal): -15739906 or 16700175. OLE color: 16700175.
HSL color Cylindrical-coordinate representation of color #0FD3FE: hue angle of 190.79º 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 #0FD3FE is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 211 | 254 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.00 |
| HSL | 190.8º | 0.99% | 0.53% | - |
| HSV(B) | 190.8º | 0.94% | 1% | - |
| XYZ | 41.38 | 53.85 | 101.98 | - |
| YUV | 157.3 | 182.57 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 254 | 0.94 | 0.17 | 0 | 0.00 | 190.8 | 0.99 | 0.53 |
| Hex | F | D3 | FE | 5E | 11 | 0 | 0 | BF | 63 | 35 |
| Octal | 17 | 323 | 376 | 136 | 21 | 0 | 0 | 277 | 143 | 65 |
| Binary | 1111 | 11010011 | 11111110 | 1011110 | 10001 | 0 | 0 | 10111111 | 1100011 | 110101 |
Color Harmonies of #0FD3FE
Complementary color
Monochromatic Colors of #0FD3FE
Black with #0FD3FE
Text Example
Text Example
White with #0FD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD3FE; }
p { color: rgb(15,211,254); }
H1.HeaderClassName
{
color: #0FD3FE;
}
.AnyTagClassName
{
color: #0FD3FE;
}
</style>
background-color css
<style>
a { background-color: #0FD3FE; }
a { background-color: rgb(15,211,254); }
div.DivClassName
{
background-color: #0FD3FE;
}
.BgClassName
{
background-color: #0FD3FE;
}
</style>
border-color css
<style>
span { border-color: #0FD3FE; }
span { border-color: rgb(15,211,254); }
td.TdClassName
{
border-color: #0FD3FE;
}
.TagClassName
{
border-color: #0FD3FE;
}
</style>