Shades of Deep Sky Blue #0FBEE6
Tints of Deep Sky Blue #0FBEE6
RGB
CMYK
RGB Variations
Color information
#0FBEE6 (or 0x0FBEE6) is known color: Deep Sky Blue. HEX triplet: 0F, BE and E6. RGB value is (15,190,230). Sum of RGB (Red+Green+Blue) = 15+190+230=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #0FBEE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEE6 is #F04119. Grayscale: #8D8D8D. Windows color (decimal): -15745306 or 15121935. OLE color: 15121935.
HSL color Cylindrical-coordinate representation of color #0FBEE6: hue angle of 191.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBEE6 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 190 | 230 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.10 |
| HSL | 191.16º | 0.88% | 0.48% | - |
| HSV(B) | 191.16º | 0.93% | 0.9% | - |
| XYZ | 32.89 | 42.64 | 81.36 | - |
| YUV | 142.24 | 177.52 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 230 | 0.93 | 0.17 | 0 | 0.10 | 191.16 | 0.88 | 0.48 |
| Hex | F | BE | E6 | 5D | 11 | 0 | A | BF | 58 | 30 |
| Octal | 17 | 276 | 346 | 135 | 21 | 0 | 12 | 277 | 130 | 60 |
| Binary | 1111 | 10111110 | 11100110 | 1011101 | 10001 | 0 | 1010 | 10111111 | 1011000 | 110000 |
Color Harmonies of #0FBEE6
Complementary color
Monochromatic Colors of #0FBEE6
Black with #0FBEE6
Text Example
Text Example
White with #0FBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEE6; }
p { color: rgb(15,190,230); }
H1.HeaderClassName
{
color: #0FBEE6;
}
.AnyTagClassName
{
color: #0FBEE6;
}
</style>
background-color css
<style>
a { background-color: #0FBEE6; }
a { background-color: rgb(15,190,230); }
div.DivClassName
{
background-color: #0FBEE6;
}
.BgClassName
{
background-color: #0FBEE6;
}
</style>
border-color css
<style>
span { border-color: #0FBEE6; }
span { border-color: rgb(15,190,230); }
td.TdClassName
{
border-color: #0FBEE6;
}
.TagClassName
{
border-color: #0FBEE6;
}
</style>