Shades of Deep Sky Blue #0FAFED
Tints of Deep Sky Blue #0FAFED
RGB
CMYK
RGB Variations
Color information
#0FAFED (or 0x0FAFED) is known color: Deep Sky Blue. HEX triplet: 0F, AF and ED. RGB value is (15,175,237). Sum of RGB (Red+Green+Blue) = 15+175+237=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FAFED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFED is #F05012. Grayscale: #858585. Windows color (decimal): -15749139 or 15576847. OLE color: 15576847.
HSL color Cylindrical-coordinate representation of color #0FAFED: hue angle of 196.76º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAFED is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 175 | 237 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.07 |
| HSL | 196.76º | 0.88% | 0.49% | - |
| HSV(B) | 196.76º | 0.94% | 0.93% | - |
| XYZ | 30.81 | 36.88 | 85.61 | - |
| YUV | 134.23 | 185.99 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 237 | 0.94 | 0.26 | 0 | 0.07 | 196.76 | 0.88 | 0.49 |
| Hex | F | AF | ED | 5E | 1A | 0 | 7 | C5 | 58 | 31 |
| Octal | 17 | 257 | 355 | 136 | 32 | 0 | 7 | 305 | 130 | 61 |
| Binary | 1111 | 10101111 | 11101101 | 1011110 | 11010 | 0 | 111 | 11000101 | 1011000 | 110001 |
Color Harmonies of #0FAFED
Complementary color
Monochromatic Colors of #0FAFED
Black with #0FAFED
Text Example
Text Example
White with #0FAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFED; }
p { color: rgb(15,175,237); }
H1.HeaderClassName
{
color: #0FAFED;
}
.AnyTagClassName
{
color: #0FAFED;
}
</style>
background-color css
<style>
a { background-color: #0FAFED; }
a { background-color: rgb(15,175,237); }
div.DivClassName
{
background-color: #0FAFED;
}
.BgClassName
{
background-color: #0FAFED;
}
</style>
border-color css
<style>
span { border-color: #0FAFED; }
span { border-color: rgb(15,175,237); }
td.TdClassName
{
border-color: #0FAFED;
}
.TagClassName
{
border-color: #0FAFED;
}
</style>