Shades of Deep Sky Blue #0FB3FF
Tints of Deep Sky Blue #0FB3FF
RGB
CMYK
RGB Variations
Color information
#0FB3FF (or 0x0FB3FF) is known color: Deep Sky Blue. HEX triplet: 0F, B3 and FF. RGB value is (15,179,255). Sum of RGB (Red+Green+Blue) = 15+179+255=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FB3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB3FF is #F04C00. Grayscale: #8A8A8A. Windows color (decimal): -15748097 or 16757519. OLE color: 16757519.
HSL color Cylindrical-coordinate representation of color #0FB3FF: hue angle of 199º 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 #0FB3FF is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 179 | 255 | - |
| CMYK | 0.94 | 0.30 | 0 | 0 |
| HSL | 199º | 1% | 0.53% | - |
| HSV(B) | 199º | 0.94% | 1% | - |
| XYZ | 34.37 | 39.56 | 100.43 | - |
| YUV | 138.63 | 193.67 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 255 | 0.94 | 0.30 | 0 | 0 | 199 | 1 | 0.53 |
| Hex | F | B3 | FF | 5E | 1E | 0 | 0 | C7 | 64 | 35 |
| Octal | 17 | 263 | 377 | 136 | 36 | 0 | 0 | 307 | 144 | 65 |
| Binary | 1111 | 10110011 | 11111111 | 1011110 | 11110 | 0 | 0 | 11000111 | 1100100 | 110101 |
Color Harmonies of #0FB3FF
Complementary color
Monochromatic Colors of #0FB3FF
Black with #0FB3FF
Text Example
Text Example
White with #0FB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3FF; }
p { color: rgb(15,179,255); }
H1.HeaderClassName
{
color: #0FB3FF;
}
.AnyTagClassName
{
color: #0FB3FF;
}
</style>
background-color css
<style>
a { background-color: #0FB3FF; }
a { background-color: rgb(15,179,255); }
div.DivClassName
{
background-color: #0FB3FF;
}
.BgClassName
{
background-color: #0FB3FF;
}
</style>
border-color css
<style>
span { border-color: #0FB3FF; }
span { border-color: rgb(15,179,255); }
td.TdClassName
{
border-color: #0FB3FF;
}
.TagClassName
{
border-color: #0FB3FF;
}
</style>