Shades of Deep Sky Blue #0FBEED
Tints of Deep Sky Blue #0FBEED
RGB
CMYK
RGB Variations
Color information
#0FBEED (or 0x0FBEED) is known color: Deep Sky Blue. HEX triplet: 0F, BE and ED. RGB value is (15,190,237). Sum of RGB (Red+Green+Blue) = 15+190+237=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FBEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEED is #F04112. Grayscale: #8E8E8E. Windows color (decimal): -15745299 or 15580687. OLE color: 15580687.
HSL color Cylindrical-coordinate representation of color #0FBEED: hue angle of 192.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBEED is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 190 | 237 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.07 |
| HSL | 192.7º | 0.88% | 0.49% | - |
| HSV(B) | 192.7º | 0.94% | 0.93% | - |
| XYZ | 33.9 | 43.04 | 86.64 | - |
| YUV | 143.03 | 181.02 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 237 | 0.94 | 0.20 | 0 | 0.07 | 192.7 | 0.88 | 0.49 |
| Hex | F | BE | ED | 5E | 14 | 0 | 7 | C1 | 58 | 31 |
| Octal | 17 | 276 | 355 | 136 | 24 | 0 | 7 | 301 | 130 | 61 |
| Binary | 1111 | 10111110 | 11101101 | 1011110 | 10100 | 0 | 111 | 11000001 | 1011000 | 110001 |
Color Harmonies of #0FBEED
Complementary color
Monochromatic Colors of #0FBEED
Black with #0FBEED
Text Example
Text Example
White with #0FBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEED; }
p { color: rgb(15,190,237); }
H1.HeaderClassName
{
color: #0FBEED;
}
.AnyTagClassName
{
color: #0FBEED;
}
</style>
background-color css
<style>
a { background-color: #0FBEED; }
a { background-color: rgb(15,190,237); }
div.DivClassName
{
background-color: #0FBEED;
}
.BgClassName
{
background-color: #0FBEED;
}
</style>
border-color css
<style>
span { border-color: #0FBEED; }
span { border-color: rgb(15,190,237); }
td.TdClassName
{
border-color: #0FBEED;
}
.TagClassName
{
border-color: #0FBEED;
}
</style>