Shades of Deep Sky Blue #00AEFC
Tints of Deep Sky Blue #00AEFC
RGB
CMYK
RGB Variations
Color information
#00AEFC (or 0x00AEFC) is known color: Deep Sky Blue. HEX triplet: 00, AE and FC. RGB value is (0,174,252). Sum of RGB (Red+Green+Blue) = 0+174+252=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #00AEFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEFC is #FF5103. Grayscale: #828282. Windows color (decimal): -16732420 or 16559616. OLE color: 16559616.
HSL color Cylindrical-coordinate representation of color #00AEFC: hue angle of 198.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEFC is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 174 | 252 | - |
| CMYK | 1 | 0.31 | 0 | 0.01 |
| HSL | 198.57º | 1% | 0.49% | - |
| HSV(B) | 198.57º | 1% | 0.99% | - |
| XYZ | 32.71 | 37.3 | 97.57 | - |
| YUV | 130.87 | 196.35 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 252 | 1 | 0.31 | 0 | 0.01 | 198.57 | 1 | 0.49 |
| Hex | 0 | AE | FC | 64 | 1F | 0 | 1 | C7 | 64 | 31 |
| Octal | 0 | 256 | 374 | 144 | 37 | 0 | 1 | 307 | 144 | 61 |
| Binary | 0 | 10101110 | 11111100 | 1100100 | 11111 | 0 | 1 | 11000111 | 1100100 | 110001 |
Color Harmonies of #00AEFC
Complementary color
Monochromatic Colors of #00AEFC
Black with #00AEFC
Text Example
Text Example
White with #00AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AEFC; }
p { color: rgb(0,174,252); }
H1.HeaderClassName
{
color: #00AEFC;
}
.AnyTagClassName
{
color: #00AEFC;
}
</style>
background-color css
<style>
a { background-color: #00AEFC; }
a { background-color: rgb(0,174,252); }
div.DivClassName
{
background-color: #00AEFC;
}
.BgClassName
{
background-color: #00AEFC;
}
</style>
border-color css
<style>
span { border-color: #00AEFC; }
span { border-color: rgb(0,174,252); }
td.TdClassName
{
border-color: #00AEFC;
}
.TagClassName
{
border-color: #00AEFC;
}
</style>