Shades of Deep Sky Blue #0FD1FF
Tints of Deep Sky Blue #0FD1FF
RGB
CMYK
RGB Variations
Color information
#0FD1FF (or 0x0FD1FF) is known color: Deep Sky Blue. HEX triplet: 0F, D1 and FF. RGB value is (15,209,255). Sum of RGB (Red+Green+Blue) = 15+209+255=479 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.13% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FD1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD1FF is #F02E00. Grayscale: #9B9B9B. Windows color (decimal): -15740417 or 16765199. OLE color: 16765199.
HSL color Cylindrical-coordinate representation of color #0FD1FF: hue angle of 191.5º 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 #0FD1FF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 209 | 255 | - |
| CMYK | 0.94 | 0.18 | 0 | 0 |
| HSL | 191.5º | 1% | 0.53% | - |
| HSV(B) | 191.5º | 0.94% | 1% | - |
| XYZ | 41.05 | 52.92 | 102.66 | - |
| YUV | 156.24 | 183.73 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 255 | 0.94 | 0.18 | 0 | 0 | 191.5 | 1 | 0.53 |
| Hex | F | D1 | FF | 5E | 12 | 0 | 0 | C0 | 64 | 35 |
| Octal | 17 | 321 | 377 | 136 | 22 | 0 | 0 | 300 | 144 | 65 |
| Binary | 1111 | 11010001 | 11111111 | 1011110 | 10010 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #0FD1FF
Complementary color
Monochromatic Colors of #0FD1FF
Black with #0FD1FF
Text Example
Text Example
White with #0FD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD1FF; }
p { color: rgb(15,209,255); }
H1.HeaderClassName
{
color: #0FD1FF;
}
.AnyTagClassName
{
color: #0FD1FF;
}
</style>
background-color css
<style>
a { background-color: #0FD1FF; }
a { background-color: rgb(15,209,255); }
div.DivClassName
{
background-color: #0FD1FF;
}
.BgClassName
{
background-color: #0FD1FF;
}
</style>
border-color css
<style>
span { border-color: #0FD1FF; }
span { border-color: rgb(15,209,255); }
td.TdClassName
{
border-color: #0FD1FF;
}
.TagClassName
{
border-color: #0FD1FF;
}
</style>