Shades of Deep Sky Blue #0FBEEF
Tints of Deep Sky Blue #0FBEEF
RGB
CMYK
RGB Variations
Color information
#0FBEEF (or 0x0FBEEF) is known color: Deep Sky Blue. HEX triplet: 0F, BE and EF. RGB value is (15,190,239). Sum of RGB (Red+Green+Blue) = 15+190+239=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FBEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEEF is #F04110. Grayscale: #8E8E8E. Windows color (decimal): -15745297 or 15711759. OLE color: 15711759.
HSL color Cylindrical-coordinate representation of color #0FBEEF: hue angle of 193.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBEEF is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 190 | 239 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.06 |
| HSL | 193.13º | 0.88% | 0.5% | - |
| HSV(B) | 193.13º | 0.94% | 0.94% | - |
| XYZ | 34.19 | 43.16 | 88.19 | - |
| YUV | 143.26 | 182.02 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 239 | 0.94 | 0.21 | 0 | 0.06 | 193.13 | 0.88 | 0.5 |
| Hex | F | BE | EF | 5E | 15 | 0 | 6 | C1 | 58 | 32 |
| Octal | 17 | 276 | 357 | 136 | 25 | 0 | 6 | 301 | 130 | 62 |
| Binary | 1111 | 10111110 | 11101111 | 1011110 | 10101 | 0 | 110 | 11000001 | 1011000 | 110010 |
Color Harmonies of #0FBEEF
Complementary color
Monochromatic Colors of #0FBEEF
Black with #0FBEEF
Text Example
Text Example
White with #0FBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEEF; }
p { color: rgb(15,190,239); }
H1.HeaderClassName
{
color: #0FBEEF;
}
.AnyTagClassName
{
color: #0FBEEF;
}
</style>
background-color css
<style>
a { background-color: #0FBEEF; }
a { background-color: rgb(15,190,239); }
div.DivClassName
{
background-color: #0FBEEF;
}
.BgClassName
{
background-color: #0FBEEF;
}
</style>
border-color css
<style>
span { border-color: #0FBEEF; }
span { border-color: rgb(15,190,239); }
td.TdClassName
{
border-color: #0FBEEF;
}
.TagClassName
{
border-color: #0FBEEF;
}
</style>