Shades of Deep Sky Blue #0FBAEA
Tints of Deep Sky Blue #0FBAEA
RGB
CMYK
RGB Variations
Color information
#0FBAEA (or 0x0FBAEA) is known color: Deep Sky Blue. HEX triplet: 0F, BA and EA. RGB value is (15,186,234). Sum of RGB (Red+Green+Blue) = 15+186+234=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FBAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAEA is #F04515. Grayscale: #8B8B8B. Windows color (decimal): -15746326 or 15383055. OLE color: 15383055.
HSL color Cylindrical-coordinate representation of color #0FBAEA: hue angle of 193.15º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBAEA is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 186 | 234 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.08 |
| HSL | 193.15º | 0.88% | 0.49% | - |
| HSV(B) | 193.15º | 0.94% | 0.92% | - |
| XYZ | 32.61 | 41.16 | 84.07 | - |
| YUV | 140.34 | 180.85 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 234 | 0.94 | 0.21 | 0 | 0.08 | 193.15 | 0.88 | 0.49 |
| Hex | F | BA | EA | 5E | 15 | 0 | 8 | C1 | 58 | 31 |
| Octal | 17 | 272 | 352 | 136 | 25 | 0 | 10 | 301 | 130 | 61 |
| Binary | 1111 | 10111010 | 11101010 | 1011110 | 10101 | 0 | 1000 | 11000001 | 1011000 | 110001 |
Color Harmonies of #0FBAEA
Complementary color
Monochromatic Colors of #0FBAEA
Black with #0FBAEA
Text Example
Text Example
White with #0FBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBAEA; }
p { color: rgb(15,186,234); }
H1.HeaderClassName
{
color: #0FBAEA;
}
.AnyTagClassName
{
color: #0FBAEA;
}
</style>
background-color css
<style>
a { background-color: #0FBAEA; }
a { background-color: rgb(15,186,234); }
div.DivClassName
{
background-color: #0FBAEA;
}
.BgClassName
{
background-color: #0FBAEA;
}
</style>
border-color css
<style>
span { border-color: #0FBAEA; }
span { border-color: rgb(15,186,234); }
td.TdClassName
{
border-color: #0FBAEA;
}
.TagClassName
{
border-color: #0FBAEA;
}
</style>