Shades of Deep Sky Blue #0FBEFD
Tints of Deep Sky Blue #0FBEFD
RGB
CMYK
RGB Variations
Color information
#0FBEFD (or 0x0FBEFD) is known color: Deep Sky Blue. HEX triplet: 0F, BE and FD. RGB value is (15,190,253). Sum of RGB (Red+Green+Blue) = 15+190+253=458 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FBEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEFD is #F04102. Grayscale: #909090. Windows color (decimal): -15745283 or 16629263. OLE color: 16629263.
HSL color Cylindrical-coordinate representation of color #0FBEFD: hue angle of 195.88º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBEFD is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 190 | 253 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.01 |
| HSL | 195.88º | 0.98% | 0.53% | - |
| HSV(B) | 195.88º | 0.94% | 0.99% | - |
| XYZ | 36.34 | 44.02 | 99.51 | - |
| YUV | 144.86 | 189.02 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 253 | 0.94 | 0.25 | 0 | 0.01 | 195.88 | 0.98 | 0.53 |
| Hex | F | BE | FD | 5E | 19 | 0 | 1 | C4 | 62 | 35 |
| Octal | 17 | 276 | 375 | 136 | 31 | 0 | 1 | 304 | 142 | 65 |
| Binary | 1111 | 10111110 | 11111101 | 1011110 | 11001 | 0 | 1 | 11000100 | 1100010 | 110101 |
Color Harmonies of #0FBEFD
Complementary color
Monochromatic Colors of #0FBEFD
Black with #0FBEFD
Text Example
Text Example
White with #0FBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEFD; }
p { color: rgb(15,190,253); }
H1.HeaderClassName
{
color: #0FBEFD;
}
.AnyTagClassName
{
color: #0FBEFD;
}
</style>
background-color css
<style>
a { background-color: #0FBEFD; }
a { background-color: rgb(15,190,253); }
div.DivClassName
{
background-color: #0FBEFD;
}
.BgClassName
{
background-color: #0FBEFD;
}
</style>
border-color css
<style>
span { border-color: #0FBEFD; }
span { border-color: rgb(15,190,253); }
td.TdClassName
{
border-color: #0FBEFD;
}
.TagClassName
{
border-color: #0FBEFD;
}
</style>