Shades of Deep Sky Blue #0FAFE6
Tints of Deep Sky Blue #0FAFE6
RGB
CMYK
RGB Variations
Color information
#0FAFE6 (or 0x0FAFE6) is known color: Deep Sky Blue. HEX triplet: 0F, AF and E6. RGB value is (15,175,230). Sum of RGB (Red+Green+Blue) = 15+175+230=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #0FAFE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFE6 is #F05019. Grayscale: #858585. Windows color (decimal): -15749146 or 15118095. OLE color: 15118095.
HSL color Cylindrical-coordinate representation of color #0FAFE6: hue angle of 195.35º 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 #0FAFE6 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 175 | 230 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.10 |
| HSL | 195.35º | 0.88% | 0.48% | - |
| HSV(B) | 195.35º | 0.93% | 0.9% | - |
| XYZ | 29.81 | 36.47 | 80.33 | - |
| YUV | 133.43 | 182.49 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 230 | 0.93 | 0.24 | 0 | 0.10 | 195.35 | 0.88 | 0.48 |
| Hex | F | AF | E6 | 5D | 18 | 0 | A | C3 | 58 | 30 |
| Octal | 17 | 257 | 346 | 135 | 30 | 0 | 12 | 303 | 130 | 60 |
| Binary | 1111 | 10101111 | 11100110 | 1011101 | 11000 | 0 | 1010 | 11000011 | 1011000 | 110000 |
Color Harmonies of #0FAFE6
Complementary color
Monochromatic Colors of #0FAFE6
Black with #0FAFE6
Text Example
Text Example
White with #0FAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFE6; }
p { color: rgb(15,175,230); }
H1.HeaderClassName
{
color: #0FAFE6;
}
.AnyTagClassName
{
color: #0FAFE6;
}
</style>
background-color css
<style>
a { background-color: #0FAFE6; }
a { background-color: rgb(15,175,230); }
div.DivClassName
{
background-color: #0FAFE6;
}
.BgClassName
{
background-color: #0FAFE6;
}
</style>
border-color css
<style>
span { border-color: #0FAFE6; }
span { border-color: rgb(15,175,230); }
td.TdClassName
{
border-color: #0FAFE6;
}
.TagClassName
{
border-color: #0FAFE6;
}
</style>