Shades of Deep Sky Blue #0FBEFF
Tints of Deep Sky Blue #0FBEFF
RGB
CMYK
RGB Variations
Color information
#0FBEFF (or 0x0FBEFF) is known color: Deep Sky Blue. HEX triplet: 0F, BE and FF. RGB value is (15,190,255). Sum of RGB (Red+Green+Blue) = 15+190+255=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FBEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEFF is #F04100. Grayscale: #909090. Windows color (decimal): -15745281 or 16760335. OLE color: 16760335.
HSL color Cylindrical-coordinate representation of color #0FBEFF: hue angle of 196.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBEFF is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 190 | 255 | - |
| CMYK | 0.94 | 0.25 | 0 | 0 |
| HSL | 196.25º | 1% | 0.53% | - |
| HSV(B) | 196.25º | 0.94% | 1% | - |
| XYZ | 36.66 | 44.15 | 101.2 | - |
| YUV | 145.09 | 190.02 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 255 | 0.94 | 0.25 | 0 | 0 | 196.25 | 1 | 0.53 |
| Hex | F | BE | FF | 5E | 19 | 0 | 0 | C4 | 64 | 35 |
| Octal | 17 | 276 | 377 | 136 | 31 | 0 | 0 | 304 | 144 | 65 |
| Binary | 1111 | 10111110 | 11111111 | 1011110 | 11001 | 0 | 0 | 11000100 | 1100100 | 110101 |
Color Harmonies of #0FBEFF
Complementary color
Monochromatic Colors of #0FBEFF
Black with #0FBEFF
Text Example
Text Example
White with #0FBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEFF; }
p { color: rgb(15,190,255); }
H1.HeaderClassName
{
color: #0FBEFF;
}
.AnyTagClassName
{
color: #0FBEFF;
}
</style>
background-color css
<style>
a { background-color: #0FBEFF; }
a { background-color: rgb(15,190,255); }
div.DivClassName
{
background-color: #0FBEFF;
}
.BgClassName
{
background-color: #0FBEFF;
}
</style>
border-color css
<style>
span { border-color: #0FBEFF; }
span { border-color: rgb(15,190,255); }
td.TdClassName
{
border-color: #0FBEFF;
}
.TagClassName
{
border-color: #0FBEFF;
}
</style>