Shades of Deep Sky Blue #0FB6FF
Tints of Deep Sky Blue #0FB6FF
RGB
CMYK
RGB Variations
Color information
#0FB6FF (or 0x0FB6FF) is known color: Deep Sky Blue. HEX triplet: 0F, B6 and FF. RGB value is (15,182,255). Sum of RGB (Red+Green+Blue) = 15+182+255=452 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.32% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FB6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB6FF is #F04900. Grayscale: #8B8B8B. Windows color (decimal): -15747329 or 16758287. OLE color: 16758287.
HSL color Cylindrical-coordinate representation of color #0FB6FF: hue angle of 198.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 #0FB6FF is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 182 | 255 | - |
| CMYK | 0.94 | 0.29 | 0 | 0 |
| HSL | 198.25º | 1% | 0.53% | - |
| HSV(B) | 198.25º | 0.94% | 1% | - |
| XYZ | 34.97 | 40.78 | 100.64 | - |
| YUV | 140.39 | 192.67 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 255 | 0.94 | 0.29 | 0 | 0 | 198.25 | 1 | 0.53 |
| Hex | F | B6 | FF | 5E | 1D | 0 | 0 | C6 | 64 | 35 |
| Octal | 17 | 266 | 377 | 136 | 35 | 0 | 0 | 306 | 144 | 65 |
| Binary | 1111 | 10110110 | 11111111 | 1011110 | 11101 | 0 | 0 | 11000110 | 1100100 | 110101 |
Color Harmonies of #0FB6FF
Complementary color
Monochromatic Colors of #0FB6FF
Black with #0FB6FF
Text Example
Text Example
White with #0FB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB6FF; }
p { color: rgb(15,182,255); }
H1.HeaderClassName
{
color: #0FB6FF;
}
.AnyTagClassName
{
color: #0FB6FF;
}
</style>
background-color css
<style>
a { background-color: #0FB6FF; }
a { background-color: rgb(15,182,255); }
div.DivClassName
{
background-color: #0FB6FF;
}
.BgClassName
{
background-color: #0FB6FF;
}
</style>
border-color css
<style>
span { border-color: #0FB6FF; }
span { border-color: rgb(15,182,255); }
td.TdClassName
{
border-color: #0FB6FF;
}
.TagClassName
{
border-color: #0FB6FF;
}
</style>