Shades of Deep Sky Blue #0FBDFD
Tints of Deep Sky Blue #0FBDFD
RGB
CMYK
RGB Variations
Color information
#0FBDFD (or 0x0FBDFD) is known color: Deep Sky Blue. HEX triplet: 0F, BD and FD. RGB value is (15,189,253). Sum of RGB (Red+Green+Blue) = 15+189+253=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FBDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBDFD is #F04202. Grayscale: #8F8F8F. Windows color (decimal): -15745539 or 16629007. OLE color: 16629007.
HSL color Cylindrical-coordinate representation of color #0FBDFD: hue angle of 196.13º 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 #0FBDFD is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 189 | 253 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.01 |
| HSL | 196.13º | 0.98% | 0.53% | - |
| HSV(B) | 196.13º | 0.94% | 0.99% | - |
| XYZ | 36.12 | 43.59 | 99.44 | - |
| YUV | 144.27 | 189.35 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 253 | 0.94 | 0.25 | 0 | 0.01 | 196.13 | 0.98 | 0.53 |
| Hex | F | BD | FD | 5E | 19 | 0 | 1 | C4 | 62 | 35 |
| Octal | 17 | 275 | 375 | 136 | 31 | 0 | 1 | 304 | 142 | 65 |
| Binary | 1111 | 10111101 | 11111101 | 1011110 | 11001 | 0 | 1 | 11000100 | 1100010 | 110101 |
Color Harmonies of #0FBDFD
Complementary color
Monochromatic Colors of #0FBDFD
Black with #0FBDFD
Text Example
Text Example
White with #0FBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDFD; }
p { color: rgb(15,189,253); }
H1.HeaderClassName
{
color: #0FBDFD;
}
.AnyTagClassName
{
color: #0FBDFD;
}
</style>
background-color css
<style>
a { background-color: #0FBDFD; }
a { background-color: rgb(15,189,253); }
div.DivClassName
{
background-color: #0FBDFD;
}
.BgClassName
{
background-color: #0FBDFD;
}
</style>
border-color css
<style>
span { border-color: #0FBDFD; }
span { border-color: rgb(15,189,253); }
td.TdClassName
{
border-color: #0FBDFD;
}
.TagClassName
{
border-color: #0FBDFD;
}
</style>