Shades of Deep Sky Blue #0FAFEF
Tints of Deep Sky Blue #0FAFEF
RGB
CMYK
RGB Variations
Color information
#0FAFEF (or 0x0FAFEF) is known color: Deep Sky Blue. HEX triplet: 0F, AF and EF. RGB value is (15,175,239). Sum of RGB (Red+Green+Blue) = 15+175+239=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FAFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFEF is #F05010. Grayscale: #868686. Windows color (decimal): -15749137 or 15707919. OLE color: 15707919.
HSL color Cylindrical-coordinate representation of color #0FAFEF: hue angle of 197.14º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAFEF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 175 | 239 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.06 |
| HSL | 197.14º | 0.88% | 0.5% | - |
| HSV(B) | 197.14º | 0.94% | 0.94% | - |
| XYZ | 31.11 | 36.99 | 87.16 | - |
| YUV | 134.46 | 186.99 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 239 | 0.94 | 0.27 | 0 | 0.06 | 197.14 | 0.88 | 0.5 |
| Hex | F | AF | EF | 5E | 1B | 0 | 6 | C5 | 58 | 32 |
| Octal | 17 | 257 | 357 | 136 | 33 | 0 | 6 | 305 | 130 | 62 |
| Binary | 1111 | 10101111 | 11101111 | 1011110 | 11011 | 0 | 110 | 11000101 | 1011000 | 110010 |
Color Harmonies of #0FAFEF
Complementary color
Monochromatic Colors of #0FAFEF
Black with #0FAFEF
Text Example
Text Example
White with #0FAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFEF; }
p { color: rgb(15,175,239); }
H1.HeaderClassName
{
color: #0FAFEF;
}
.AnyTagClassName
{
color: #0FAFEF;
}
</style>
background-color css
<style>
a { background-color: #0FAFEF; }
a { background-color: rgb(15,175,239); }
div.DivClassName
{
background-color: #0FAFEF;
}
.BgClassName
{
background-color: #0FAFEF;
}
</style>
border-color css
<style>
span { border-color: #0FAFEF; }
span { border-color: rgb(15,175,239); }
td.TdClassName
{
border-color: #0FAFEF;
}
.TagClassName
{
border-color: #0FAFEF;
}
</style>