Shades of Deep Sky Blue #09A6FF
Tints of Deep Sky Blue #09A6FF
RGB
CMYK
RGB Variations
Color information
#09A6FF (or 0x09A6FF) is known color: Deep Sky Blue. HEX triplet: 09, A6 and FF. RGB value is (9,166,255). Sum of RGB (Red+Green+Blue) = 9+166+255=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #09A6FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A6FF is #F65900. Grayscale: #808080. Windows color (decimal): -16144641 or 16754185. OLE color: 16754185.
HSL color Cylindrical-coordinate representation of color #09A6FF: hue angle of 201.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A6FF is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 166 | 255 | - |
| CMYK | 0.96 | 0.35 | 0 | 0 |
| HSL | 201.71º | 1% | 0.52% | - |
| HSV(B) | 201.71º | 0.96% | 1% | - |
| XYZ | 31.8 | 34.55 | 99.6 | - |
| YUV | 129.2 | 198.99 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 255 | 0.96 | 0.35 | 0 | 0 | 201.71 | 1 | 0.52 |
| Hex | 9 | A6 | FF | 60 | 23 | 0 | 0 | CA | 64 | 34 |
| Octal | 11 | 246 | 377 | 140 | 43 | 0 | 0 | 312 | 144 | 64 |
| Binary | 1001 | 10100110 | 11111111 | 1100000 | 100011 | 0 | 0 | 11001010 | 1100100 | 110100 |
Color Harmonies of #09A6FF
Complementary color
Monochromatic Colors of #09A6FF
Black with #09A6FF
Text Example
Text Example
White with #09A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A6FF; }
p { color: rgb(9,166,255); }
H1.HeaderClassName
{
color: #09A6FF;
}
.AnyTagClassName
{
color: #09A6FF;
}
</style>
background-color css
<style>
a { background-color: #09A6FF; }
a { background-color: rgb(9,166,255); }
div.DivClassName
{
background-color: #09A6FF;
}
.BgClassName
{
background-color: #09A6FF;
}
</style>
border-color css
<style>
span { border-color: #09A6FF; }
span { border-color: rgb(9,166,255); }
td.TdClassName
{
border-color: #09A6FF;
}
.TagClassName
{
border-color: #09A6FF;
}
</style>