Shades of Deep Sky Blue #00AEF2
Tints of Deep Sky Blue #00AEF2
RGB
CMYK
RGB Variations
Color information
#00AEF2 (or 0x00AEF2) is known color: Deep Sky Blue. HEX triplet: 00, AE and F2. RGB value is (0,174,242). Sum of RGB (Red+Green+Blue) = 0+174+242=416 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #00AEF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEF2 is #FF510D. Grayscale: #818181. Windows color (decimal): -16732430 or 15904256. OLE color: 15904256.
HSL color Cylindrical-coordinate representation of color #00AEF2: hue angle of 196.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEF2 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 174 | 242 | - |
| CMYK | 1 | 0.28 | 0 | 0.05 |
| HSL | 196.86º | 1% | 0.47% | - |
| HSV(B) | 196.86º | 1% | 0.95% | - |
| XYZ | 31.16 | 36.68 | 89.44 | - |
| YUV | 129.73 | 191.35 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 242 | 1 | 0.28 | 0 | 0.05 | 196.86 | 1 | 0.47 |
| Hex | 0 | AE | F2 | 64 | 1C | 0 | 5 | C5 | 64 | 2F |
| Octal | 0 | 256 | 362 | 144 | 34 | 0 | 5 | 305 | 144 | 57 |
| Binary | 0 | 10101110 | 11110010 | 1100100 | 11100 | 0 | 101 | 11000101 | 1100100 | 101111 |
Color Harmonies of #00AEF2
Complementary color
Monochromatic Colors of #00AEF2
Black with #00AEF2
Text Example
Text Example
White with #00AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AEF2; }
p { color: rgb(0,174,242); }
H1.HeaderClassName
{
color: #00AEF2;
}
.AnyTagClassName
{
color: #00AEF2;
}
</style>
background-color css
<style>
a { background-color: #00AEF2; }
a { background-color: rgb(0,174,242); }
div.DivClassName
{
background-color: #00AEF2;
}
.BgClassName
{
background-color: #00AEF2;
}
</style>
border-color css
<style>
span { border-color: #00AEF2; }
span { border-color: rgb(0,174,242); }
td.TdClassName
{
border-color: #00AEF2;
}
.TagClassName
{
border-color: #00AEF2;
}
</style>