Shades of Deep Sky Blue #0FBDF2
Tints of Deep Sky Blue #0FBDF2
RGB
CMYK
RGB Variations
Color information
#0FBDF2 (or 0x0FBDF2) is known color: Deep Sky Blue. HEX triplet: 0F, BD and F2. RGB value is (15,189,242). Sum of RGB (Red+Green+Blue) = 15+189+242=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #0FBDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBDF2 is #F0420D. Grayscale: #8E8E8E. Windows color (decimal): -15745550 or 15908111. OLE color: 15908111.
HSL color Cylindrical-coordinate representation of color #0FBDF2: hue angle of 194.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBDF2 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 189 | 242 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.05 |
| HSL | 194.01º | 0.9% | 0.5% | - |
| HSV(B) | 194.01º | 0.94% | 0.95% | - |
| XYZ | 34.42 | 42.91 | 90.47 | - |
| YUV | 143.02 | 183.85 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 242 | 0.94 | 0.22 | 0 | 0.05 | 194.01 | 0.9 | 0.5 |
| Hex | F | BD | F2 | 5E | 16 | 0 | 5 | C2 | 5A | 32 |
| Octal | 17 | 275 | 362 | 136 | 26 | 0 | 5 | 302 | 132 | 62 |
| Binary | 1111 | 10111101 | 11110010 | 1011110 | 10110 | 0 | 101 | 11000010 | 1011010 | 110010 |
Color Harmonies of #0FBDF2
Complementary color
Monochromatic Colors of #0FBDF2
Black with #0FBDF2
Text Example
Text Example
White with #0FBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDF2; }
p { color: rgb(15,189,242); }
H1.HeaderClassName
{
color: #0FBDF2;
}
.AnyTagClassName
{
color: #0FBDF2;
}
</style>
background-color css
<style>
a { background-color: #0FBDF2; }
a { background-color: rgb(15,189,242); }
div.DivClassName
{
background-color: #0FBDF2;
}
.BgClassName
{
background-color: #0FBDF2;
}
</style>
border-color css
<style>
span { border-color: #0FBDF2; }
span { border-color: rgb(15,189,242); }
td.TdClassName
{
border-color: #0FBDF2;
}
.TagClassName
{
border-color: #0FBDF2;
}
</style>