Shades of Deep Sky Blue #0FB3FE
Tints of Deep Sky Blue #0FB3FE
RGB
CMYK
RGB Variations
Color information
#0FB3FE (or 0x0FB3FE) is known color: Deep Sky Blue. HEX triplet: 0F, B3 and FE. RGB value is (15,179,254). Sum of RGB (Red+Green+Blue) = 15+179+254=448 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.35% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FB3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB3FE is #F04C01. Grayscale: #8A8A8A. Windows color (decimal): -15748098 or 16691983. OLE color: 16691983.
HSL color Cylindrical-coordinate representation of color #0FB3FE: hue angle of 198.83º 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 #0FB3FE is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 179 | 254 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.00 |
| HSL | 198.83º | 0.99% | 0.53% | - |
| HSV(B) | 198.83º | 0.94% | 1% | - |
| XYZ | 34.21 | 39.5 | 99.59 | - |
| YUV | 138.51 | 193.17 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 254 | 0.94 | 0.30 | 0 | 0.00 | 198.83 | 0.99 | 0.53 |
| Hex | F | B3 | FE | 5E | 1E | 0 | 0 | C7 | 63 | 35 |
| Octal | 17 | 263 | 376 | 136 | 36 | 0 | 0 | 307 | 143 | 65 |
| Binary | 1111 | 10110011 | 11111110 | 1011110 | 11110 | 0 | 0 | 11000111 | 1100011 | 110101 |
Color Harmonies of #0FB3FE
Complementary color
Monochromatic Colors of #0FB3FE
Black with #0FB3FE
Text Example
Text Example
White with #0FB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3FE; }
p { color: rgb(15,179,254); }
H1.HeaderClassName
{
color: #0FB3FE;
}
.AnyTagClassName
{
color: #0FB3FE;
}
</style>
background-color css
<style>
a { background-color: #0FB3FE; }
a { background-color: rgb(15,179,254); }
div.DivClassName
{
background-color: #0FB3FE;
}
.BgClassName
{
background-color: #0FB3FE;
}
</style>
border-color css
<style>
span { border-color: #0FB3FE; }
span { border-color: rgb(15,179,254); }
td.TdClassName
{
border-color: #0FB3FE;
}
.TagClassName
{
border-color: #0FB3FE;
}
</style>