Shades of Deep Sky Blue #09AFF7
Tints of Deep Sky Blue #09AFF7
RGB
CMYK
RGB Variations
Color information
#09AFF7 (or 0x09AFF7) is known color: Deep Sky Blue. HEX triplet: 09, AF and F7. RGB value is (9,175,247). Sum of RGB (Red+Green+Blue) = 9+175+247=431 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #09AFF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFF7 is #F65008. Grayscale: #858585. Windows color (decimal): -16142345 or 16232201. OLE color: 16232201.
HSL color Cylindrical-coordinate representation of color #09AFF7: hue angle of 198.15º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFF7 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 175 | 247 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.03 |
| HSL | 198.15º | 0.94% | 0.5% | - |
| HSV(B) | 198.15º | 0.96% | 0.97% | - |
| XYZ | 32.23 | 37.43 | 93.52 | - |
| YUV | 133.57 | 192 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 247 | 0.96 | 0.29 | 0 | 0.03 | 198.15 | 0.94 | 0.5 |
| Hex | 9 | AF | F7 | 60 | 1D | 0 | 3 | C6 | 5E | 32 |
| Octal | 11 | 257 | 367 | 140 | 35 | 0 | 3 | 306 | 136 | 62 |
| Binary | 1001 | 10101111 | 11110111 | 1100000 | 11101 | 0 | 11 | 11000110 | 1011110 | 110010 |
Color Harmonies of #09AFF7
Complementary color
Monochromatic Colors of #09AFF7
Black with #09AFF7
Text Example
Text Example
White with #09AFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFF7; }
p { color: rgb(9,175,247); }
H1.HeaderClassName
{
color: #09AFF7;
}
.AnyTagClassName
{
color: #09AFF7;
}
</style>
background-color css
<style>
a { background-color: #09AFF7; }
a { background-color: rgb(9,175,247); }
div.DivClassName
{
background-color: #09AFF7;
}
.BgClassName
{
background-color: #09AFF7;
}
</style>
border-color css
<style>
span { border-color: #09AFF7; }
span { border-color: rgb(9,175,247); }
td.TdClassName
{
border-color: #09AFF7;
}
.TagClassName
{
border-color: #09AFF7;
}
</style>