Shades of Deep Sky Blue #0FBEEB
Tints of Deep Sky Blue #0FBEEB
RGB
CMYK
RGB Variations
Color information
#0FBEEB (or 0x0FBEEB) is known color: Deep Sky Blue. HEX triplet: 0F, BE and EB. RGB value is (15,190,235). Sum of RGB (Red+Green+Blue) = 15+190+235=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FBEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEEB is #F04114. Grayscale: #8E8E8E. Windows color (decimal): -15745301 or 15449615. OLE color: 15449615.
HSL color Cylindrical-coordinate representation of color #0FBEEB: hue angle of 192.27º 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 #0FBEEB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 190 | 235 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.08 |
| HSL | 192.27º | 0.88% | 0.49% | - |
| HSV(B) | 192.27º | 0.94% | 0.92% | - |
| XYZ | 33.61 | 42.93 | 85.11 | - |
| YUV | 142.81 | 180.02 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 235 | 0.94 | 0.19 | 0 | 0.08 | 192.27 | 0.88 | 0.49 |
| Hex | F | BE | EB | 5E | 13 | 0 | 8 | C0 | 58 | 31 |
| Octal | 17 | 276 | 353 | 136 | 23 | 0 | 10 | 300 | 130 | 61 |
| Binary | 1111 | 10111110 | 11101011 | 1011110 | 10011 | 0 | 1000 | 11000000 | 1011000 | 110001 |
Color Harmonies of #0FBEEB
Complementary color
Monochromatic Colors of #0FBEEB
Black with #0FBEEB
Text Example
Text Example
White with #0FBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEEB; }
p { color: rgb(15,190,235); }
H1.HeaderClassName
{
color: #0FBEEB;
}
.AnyTagClassName
{
color: #0FBEEB;
}
</style>
background-color css
<style>
a { background-color: #0FBEEB; }
a { background-color: rgb(15,190,235); }
div.DivClassName
{
background-color: #0FBEEB;
}
.BgClassName
{
background-color: #0FBEEB;
}
</style>
border-color css
<style>
span { border-color: #0FBEEB; }
span { border-color: rgb(15,190,235); }
td.TdClassName
{
border-color: #0FBEEB;
}
.TagClassName
{
border-color: #0FBEEB;
}
</style>