Shades of Deep Sky Blue #0FBAE6
Tints of Deep Sky Blue #0FBAE6
RGB
CMYK
RGB Variations
Color information
#0FBAE6 (or 0x0FBAE6) is known color: Deep Sky Blue. HEX triplet: 0F, BA and E6. RGB value is (15,186,230). Sum of RGB (Red+Green+Blue) = 15+186+230=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #0FBAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAE6 is #F04519. Grayscale: #8B8B8B. Windows color (decimal): -15746330 or 15120911. OLE color: 15120911.
HSL color Cylindrical-coordinate representation of color #0FBAE6: hue angle of 192.28º 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 #0FBAE6 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 186 | 230 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.10 |
| HSL | 192.28º | 0.88% | 0.48% | - |
| HSV(B) | 192.28º | 0.93% | 0.9% | - |
| XYZ | 32.04 | 40.93 | 81.08 | - |
| YUV | 139.89 | 178.85 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 230 | 0.93 | 0.19 | 0 | 0.10 | 192.28 | 0.88 | 0.48 |
| Hex | F | BA | E6 | 5D | 13 | 0 | A | C0 | 58 | 30 |
| Octal | 17 | 272 | 346 | 135 | 23 | 0 | 12 | 300 | 130 | 60 |
| Binary | 1111 | 10111010 | 11100110 | 1011101 | 10011 | 0 | 1010 | 11000000 | 1011000 | 110000 |
Color Harmonies of #0FBAE6
Complementary color
Monochromatic Colors of #0FBAE6
Black with #0FBAE6
Text Example
Text Example
White with #0FBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBAE6; }
p { color: rgb(15,186,230); }
H1.HeaderClassName
{
color: #0FBAE6;
}
.AnyTagClassName
{
color: #0FBAE6;
}
</style>
background-color css
<style>
a { background-color: #0FBAE6; }
a { background-color: rgb(15,186,230); }
div.DivClassName
{
background-color: #0FBAE6;
}
.BgClassName
{
background-color: #0FBAE6;
}
</style>
border-color css
<style>
span { border-color: #0FBAE6; }
span { border-color: rgb(15,186,230); }
td.TdClassName
{
border-color: #0FBAE6;
}
.TagClassName
{
border-color: #0FBAE6;
}
</style>