Shades of Deep Sky Blue #00AEFF
Tints of Deep Sky Blue #00AEFF
RGB
CMYK
RGB Variations
Color information
#00AEFF (or 0x00AEFF) is known color: Deep Sky Blue. HEX triplet: 00, AE and FF. RGB value is (0,174,255). Sum of RGB (Red+Green+Blue) = 0+174+255=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #00AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEFF is #FF5100. Grayscale: #828282. Windows color (decimal): -16732417 or 16756224. OLE color: 16756224.
HSL color Cylindrical-coordinate representation of color #00AEFF: hue angle of 199.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEFF is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 174 | 255 | - |
| CMYK | 1 | 0.32 | 0 | 0 |
| HSL | 199.06º | 1% | 0.5% | - |
| HSV(B) | 199.06º | 1% | 1% | - |
| XYZ | 33.19 | 37.49 | 100.1 | - |
| YUV | 131.21 | 197.85 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 255 | 1 | 0.32 | 0 | 0 | 199.06 | 1 | 0.5 |
| Hex | 0 | AE | FF | 64 | 20 | 0 | 0 | C7 | 64 | 32 |
| Octal | 0 | 256 | 377 | 144 | 40 | 0 | 0 | 307 | 144 | 62 |
| Binary | 0 | 10101110 | 11111111 | 1100100 | 100000 | 0 | 0 | 11000111 | 1100100 | 110010 |
Color Harmonies of #00AEFF
Complementary color
Monochromatic Colors of #00AEFF
Black with #00AEFF
Text Example
Text Example
White with #00AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AEFF; }
p { color: rgb(0,174,255); }
H1.HeaderClassName
{
color: #00AEFF;
}
.AnyTagClassName
{
color: #00AEFF;
}
</style>
background-color css
<style>
a { background-color: #00AEFF; }
a { background-color: rgb(0,174,255); }
div.DivClassName
{
background-color: #00AEFF;
}
.BgClassName
{
background-color: #00AEFF;
}
</style>
border-color css
<style>
span { border-color: #00AEFF; }
span { border-color: rgb(0,174,255); }
td.TdClassName
{
border-color: #00AEFF;
}
.TagClassName
{
border-color: #00AEFF;
}
</style>