Shades of Deep Sky Blue #0FD2FF
Tints of Deep Sky Blue #0FD2FF
RGB
CMYK
RGB Variations
Color information
#0FD2FF (or 0x0FD2FF) is known color: Deep Sky Blue. HEX triplet: 0F, D2 and FF. RGB value is (15,210,255). Sum of RGB (Red+Green+Blue) = 15+210+255=480 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FD2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD2FF is #F02D00. Grayscale: #9C9C9C. Windows color (decimal): -15740161 or 16765455. OLE color: 16765455.
HSL color Cylindrical-coordinate representation of color #0FD2FF: hue angle of 191.25º 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 #0FD2FF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 210 | 255 | - |
| CMYK | 0.94 | 0.18 | 0 | 0 |
| HSL | 191.25º | 1% | 0.53% | - |
| HSV(B) | 191.25º | 0.94% | 1% | - |
| XYZ | 41.29 | 53.41 | 102.74 | - |
| YUV | 156.83 | 183.4 | 26.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 255 | 0.94 | 0.18 | 0 | 0 | 191.25 | 1 | 0.53 |
| Hex | F | D2 | FF | 5E | 12 | 0 | 0 | BF | 64 | 35 |
| Octal | 17 | 322 | 377 | 136 | 22 | 0 | 0 | 277 | 144 | 65 |
| Binary | 1111 | 11010010 | 11111111 | 1011110 | 10010 | 0 | 0 | 10111111 | 1100100 | 110101 |
Color Harmonies of #0FD2FF
Complementary color
Monochromatic Colors of #0FD2FF
Black with #0FD2FF
Text Example
Text Example
White with #0FD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD2FF; }
p { color: rgb(15,210,255); }
H1.HeaderClassName
{
color: #0FD2FF;
}
.AnyTagClassName
{
color: #0FD2FF;
}
</style>
background-color css
<style>
a { background-color: #0FD2FF; }
a { background-color: rgb(15,210,255); }
div.DivClassName
{
background-color: #0FD2FF;
}
.BgClassName
{
background-color: #0FD2FF;
}
</style>
border-color css
<style>
span { border-color: #0FD2FF; }
span { border-color: rgb(15,210,255); }
td.TdClassName
{
border-color: #0FD2FF;
}
.TagClassName
{
border-color: #0FD2FF;
}
</style>