Shades of Deep Sky Blue #09A8FC
Tints of Deep Sky Blue #09A8FC
RGB
CMYK
RGB Variations
Color information
#09A8FC (or 0x09A8FC) is known color: Deep Sky Blue. HEX triplet: 09, A8 and FC. RGB value is (9,168,252). Sum of RGB (Red+Green+Blue) = 9+168+252=429 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #09A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A8FC is #F65703. Grayscale: #818181. Windows color (decimal): -16144132 or 16558089. OLE color: 16558089.
HSL color Cylindrical-coordinate representation of color #09A8FC: hue angle of 200.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A8FC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 168 | 252 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.01 |
| HSL | 200.74º | 0.98% | 0.51% | - |
| HSV(B) | 200.74º | 0.96% | 0.99% | - |
| XYZ | 31.69 | 35.09 | 97.2 | - |
| YUV | 130.04 | 196.82 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 252 | 0.96 | 0.33 | 0 | 0.01 | 200.74 | 0.98 | 0.51 |
| Hex | 9 | A8 | FC | 60 | 21 | 0 | 1 | C9 | 62 | 33 |
| Octal | 11 | 250 | 374 | 140 | 41 | 0 | 1 | 311 | 142 | 63 |
| Binary | 1001 | 10101000 | 11111100 | 1100000 | 100001 | 0 | 1 | 11001001 | 1100010 | 110011 |
Color Harmonies of #09A8FC
Complementary color
Monochromatic Colors of #09A8FC
Black with #09A8FC
Text Example
Text Example
White with #09A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8FC; }
p { color: rgb(9,168,252); }
H1.HeaderClassName
{
color: #09A8FC;
}
.AnyTagClassName
{
color: #09A8FC;
}
</style>
background-color css
<style>
a { background-color: #09A8FC; }
a { background-color: rgb(9,168,252); }
div.DivClassName
{
background-color: #09A8FC;
}
.BgClassName
{
background-color: #09A8FC;
}
</style>
border-color css
<style>
span { border-color: #09A8FC; }
span { border-color: rgb(9,168,252); }
td.TdClassName
{
border-color: #09A8FC;
}
.TagClassName
{
border-color: #09A8FC;
}
</style>