Shades of Deep Sky Blue #0FB4EB
Tints of Deep Sky Blue #0FB4EB
RGB
CMYK
RGB Variations
Color information
#0FB4EB (or 0x0FB4EB) is known color: Deep Sky Blue. HEX triplet: 0F, B4 and EB. RGB value is (15,180,235). Sum of RGB (Red+Green+Blue) = 15+180+235=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FB4EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB4EB is #F04B14. Grayscale: #888888. Windows color (decimal): -15747861 or 15447055. OLE color: 15447055.
HSL color Cylindrical-coordinate representation of color #0FB4EB: hue angle of 195º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB4EB is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 180 | 235 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.08 |
| HSL | 195º | 0.88% | 0.49% | - |
| HSV(B) | 195º | 0.94% | 0.92% | - |
| XYZ | 31.51 | 38.74 | 84.41 | - |
| YUV | 136.94 | 183.34 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 235 | 0.94 | 0.23 | 0 | 0.08 | 195 | 0.88 | 0.49 |
| Hex | F | B4 | EB | 5E | 17 | 0 | 8 | C3 | 58 | 31 |
| Octal | 17 | 264 | 353 | 136 | 27 | 0 | 10 | 303 | 130 | 61 |
| Binary | 1111 | 10110100 | 11101011 | 1011110 | 10111 | 0 | 1000 | 11000011 | 1011000 | 110001 |
Color Harmonies of #0FB4EB
Complementary color
Monochromatic Colors of #0FB4EB
Black with #0FB4EB
Text Example
Text Example
White with #0FB4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4EB; }
p { color: rgb(15,180,235); }
H1.HeaderClassName
{
color: #0FB4EB;
}
.AnyTagClassName
{
color: #0FB4EB;
}
</style>
background-color css
<style>
a { background-color: #0FB4EB; }
a { background-color: rgb(15,180,235); }
div.DivClassName
{
background-color: #0FB4EB;
}
.BgClassName
{
background-color: #0FB4EB;
}
</style>
border-color css
<style>
span { border-color: #0FB4EB; }
span { border-color: rgb(15,180,235); }
td.TdClassName
{
border-color: #0FB4EB;
}
.TagClassName
{
border-color: #0FB4EB;
}
</style>