Shades of Deep Sky Blue #0FB4EA
Tints of Deep Sky Blue #0FB4EA
RGB
CMYK
RGB Variations
Color information
#0FB4EA (or 0x0FB4EA) is known color: Deep Sky Blue. HEX triplet: 0F, B4 and EA. RGB value is (15,180,234). Sum of RGB (Red+Green+Blue) = 15+180+234=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FB4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB4EA is #F04B15. Grayscale: #888888. Windows color (decimal): -15747862 or 15381519. OLE color: 15381519.
HSL color Cylindrical-coordinate representation of color #0FB4EA: hue angle of 194.79º 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 #0FB4EA is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 180 | 234 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.08 |
| HSL | 194.79º | 0.88% | 0.49% | - |
| HSV(B) | 194.79º | 0.94% | 0.92% | - |
| XYZ | 31.37 | 38.68 | 83.66 | - |
| YUV | 136.82 | 182.84 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 234 | 0.94 | 0.23 | 0 | 0.08 | 194.79 | 0.88 | 0.49 |
| Hex | F | B4 | EA | 5E | 17 | 0 | 8 | C3 | 58 | 31 |
| Octal | 17 | 264 | 352 | 136 | 27 | 0 | 10 | 303 | 130 | 61 |
| Binary | 1111 | 10110100 | 11101010 | 1011110 | 10111 | 0 | 1000 | 11000011 | 1011000 | 110001 |
Color Harmonies of #0FB4EA
Complementary color
Monochromatic Colors of #0FB4EA
Black with #0FB4EA
Text Example
Text Example
White with #0FB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4EA; }
p { color: rgb(15,180,234); }
H1.HeaderClassName
{
color: #0FB4EA;
}
.AnyTagClassName
{
color: #0FB4EA;
}
</style>
background-color css
<style>
a { background-color: #0FB4EA; }
a { background-color: rgb(15,180,234); }
div.DivClassName
{
background-color: #0FB4EA;
}
.BgClassName
{
background-color: #0FB4EA;
}
</style>
border-color css
<style>
span { border-color: #0FB4EA; }
span { border-color: rgb(15,180,234); }
td.TdClassName
{
border-color: #0FB4EA;
}
.TagClassName
{
border-color: #0FB4EA;
}
</style>