Shades of Deep Sky Blue #09A4FF
Tints of Deep Sky Blue #09A4FF
RGB
CMYK
RGB Variations
Color information
#09A4FF (or 0x09A4FF) is known color: Deep Sky Blue. HEX triplet: 09, A4 and FF. RGB value is (9,164,255). Sum of RGB (Red+Green+Blue) = 9+164+255=428 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #09A4FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A4FF is #F65B00. Grayscale: #7F7F7F. Windows color (decimal): -16145153 or 16753673. OLE color: 16753673.
HSL color Cylindrical-coordinate representation of color #09A4FF: hue angle of 202.2º 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 #09A4FF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 164 | 255 | - |
| CMYK | 0.96 | 0.36 | 0 | 0 |
| HSL | 202.2º | 1% | 0.52% | - |
| HSV(B) | 202.2º | 0.96% | 1% | - |
| XYZ | 31.44 | 33.83 | 99.48 | - |
| YUV | 128.03 | 199.65 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 255 | 0.96 | 0.36 | 0 | 0 | 202.2 | 1 | 0.52 |
| Hex | 9 | A4 | FF | 60 | 24 | 0 | 0 | CA | 64 | 34 |
| Octal | 11 | 244 | 377 | 140 | 44 | 0 | 0 | 312 | 144 | 64 |
| Binary | 1001 | 10100100 | 11111111 | 1100000 | 100100 | 0 | 0 | 11001010 | 1100100 | 110100 |
Color Harmonies of #09A4FF
Complementary color
Monochromatic Colors of #09A4FF
Black with #09A4FF
Text Example
Text Example
White with #09A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A4FF; }
p { color: rgb(9,164,255); }
H1.HeaderClassName
{
color: #09A4FF;
}
.AnyTagClassName
{
color: #09A4FF;
}
</style>
background-color css
<style>
a { background-color: #09A4FF; }
a { background-color: rgb(9,164,255); }
div.DivClassName
{
background-color: #09A4FF;
}
.BgClassName
{
background-color: #09A4FF;
}
</style>
border-color css
<style>
span { border-color: #09A4FF; }
span { border-color: rgb(9,164,255); }
td.TdClassName
{
border-color: #09A4FF;
}
.TagClassName
{
border-color: #09A4FF;
}
</style>