Shades of Deep Sky Blue #00AAFA
Tints of Deep Sky Blue #00AAFA
RGB
CMYK
RGB Variations
Color information
#00AAFA (or 0x00AAFA) is known color: Deep Sky Blue. HEX triplet: 00, AA and FA. RGB value is (0,170,250). Sum of RGB (Red+Green+Blue) = 0+170+250=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #00AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AAFA is #FF5505. Grayscale: #7F7F7F. Windows color (decimal): -16733446 or 16427520. OLE color: 16427520.
HSL color Cylindrical-coordinate representation of color #00AAFA: hue angle of 199.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAFA is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 170 | 250 | - |
| CMYK | 1 | 0.32 | 0 | 0.02 |
| HSL | 199.2º | 1% | 0.49% | - |
| HSV(B) | 199.2º | 1% | 0.98% | - |
| XYZ | 31.63 | 35.65 | 95.66 | - |
| YUV | 128.29 | 196.68 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 250 | 1 | 0.32 | 0 | 0.02 | 199.2 | 1 | 0.49 |
| Hex | 0 | AA | FA | 64 | 20 | 0 | 2 | C7 | 64 | 31 |
| Octal | 0 | 252 | 372 | 144 | 40 | 0 | 2 | 307 | 144 | 61 |
| Binary | 0 | 10101010 | 11111010 | 1100100 | 100000 | 0 | 10 | 11000111 | 1100100 | 110001 |
Color Harmonies of #00AAFA
Complementary color
Monochromatic Colors of #00AAFA
Black with #00AAFA
Text Example
Text Example
White with #00AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAFA; }
p { color: rgb(0,170,250); }
H1.HeaderClassName
{
color: #00AAFA;
}
.AnyTagClassName
{
color: #00AAFA;
}
</style>
background-color css
<style>
a { background-color: #00AAFA; }
a { background-color: rgb(0,170,250); }
div.DivClassName
{
background-color: #00AAFA;
}
.BgClassName
{
background-color: #00AAFA;
}
</style>
border-color css
<style>
span { border-color: #00AAFA; }
span { border-color: rgb(0,170,250); }
td.TdClassName
{
border-color: #00AAFA;
}
.TagClassName
{
border-color: #00AAFA;
}
</style>