Shades of Deep Sky Blue #09A6FA
Tints of Deep Sky Blue #09A6FA
RGB
CMYK
RGB Variations
Color information
#09A6FA (or 0x09A6FA) is known color: Deep Sky Blue. HEX triplet: 09, A6 and FA. RGB value is (9,166,250). Sum of RGB (Red+Green+Blue) = 9+166+250=425 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.12% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #09A6FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A6FA is #F65905. Grayscale: #808080. Windows color (decimal): -16144646 or 16426505. OLE color: 16426505.
HSL color Cylindrical-coordinate representation of color #09A6FA: hue angle of 200.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A6FA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 166 | 250 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.02 |
| HSL | 200.91º | 0.96% | 0.51% | - |
| HSV(B) | 200.91º | 0.96% | 0.98% | - |
| XYZ | 31 | 34.23 | 95.42 | - |
| YUV | 128.63 | 196.49 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 250 | 0.96 | 0.34 | 0 | 0.02 | 200.91 | 0.96 | 0.51 |
| Hex | 9 | A6 | FA | 60 | 22 | 0 | 2 | C9 | 60 | 33 |
| Octal | 11 | 246 | 372 | 140 | 42 | 0 | 2 | 311 | 140 | 63 |
| Binary | 1001 | 10100110 | 11111010 | 1100000 | 100010 | 0 | 10 | 11001001 | 1100000 | 110011 |
Color Harmonies of #09A6FA
Complementary color
Monochromatic Colors of #09A6FA
Black with #09A6FA
Text Example
Text Example
White with #09A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A6FA; }
p { color: rgb(9,166,250); }
H1.HeaderClassName
{
color: #09A6FA;
}
.AnyTagClassName
{
color: #09A6FA;
}
</style>
background-color css
<style>
a { background-color: #09A6FA; }
a { background-color: rgb(9,166,250); }
div.DivClassName
{
background-color: #09A6FA;
}
.BgClassName
{
background-color: #09A6FA;
}
</style>
border-color css
<style>
span { border-color: #09A6FA; }
span { border-color: rgb(9,166,250); }
td.TdClassName
{
border-color: #09A6FA;
}
.TagClassName
{
border-color: #09A6FA;
}
</style>