Shades of Deep Sky Blue #0FD1FE
Tints of Deep Sky Blue #0FD1FE
RGB
CMYK
RGB Variations
Color information
#0FD1FE (or 0x0FD1FE) is known color: Deep Sky Blue. HEX triplet: 0F, D1 and FE. RGB value is (15,209,254). Sum of RGB (Red+Green+Blue) = 15+209+254=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FD1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD1FE is #F02E01. Grayscale: #9B9B9B. Windows color (decimal): -15740418 or 16699663. OLE color: 16699663.
HSL color Cylindrical-coordinate representation of color #0FD1FE: hue angle of 191.3º 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 #0FD1FE is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 209 | 254 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.00 |
| HSL | 191.3º | 0.99% | 0.53% | - |
| HSV(B) | 191.3º | 0.94% | 1% | - |
| XYZ | 40.89 | 52.86 | 101.81 | - |
| YUV | 156.12 | 183.23 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 254 | 0.94 | 0.18 | 0 | 0.00 | 191.3 | 0.99 | 0.53 |
| Hex | F | D1 | FE | 5E | 12 | 0 | 0 | BF | 63 | 35 |
| Octal | 17 | 321 | 376 | 136 | 22 | 0 | 0 | 277 | 143 | 65 |
| Binary | 1111 | 11010001 | 11111110 | 1011110 | 10010 | 0 | 0 | 10111111 | 1100011 | 110101 |
Color Harmonies of #0FD1FE
Complementary color
Monochromatic Colors of #0FD1FE
Black with #0FD1FE
Text Example
Text Example
White with #0FD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD1FE; }
p { color: rgb(15,209,254); }
H1.HeaderClassName
{
color: #0FD1FE;
}
.AnyTagClassName
{
color: #0FD1FE;
}
</style>
background-color css
<style>
a { background-color: #0FD1FE; }
a { background-color: rgb(15,209,254); }
div.DivClassName
{
background-color: #0FD1FE;
}
.BgClassName
{
background-color: #0FD1FE;
}
</style>
border-color css
<style>
span { border-color: #0FD1FE; }
span { border-color: rgb(15,209,254); }
td.TdClassName
{
border-color: #0FD1FE;
}
.TagClassName
{
border-color: #0FD1FE;
}
</style>