Shades of Deep Sky Blue #1AAEFC
Tints of Deep Sky Blue #1AAEFC
RGB
CMYK
RGB Variations
Color information
#1AAEFC (or 0x1AAEFC) is known color: Deep Sky Blue. HEX triplet: 1A, AE and FC. RGB value is (26,174,252). Sum of RGB (Red+Green+Blue) = 26+174+252=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AAEFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEFC is #E55103. Grayscale: #8A8A8A. Windows color (decimal): -15028484 or 16559642. OLE color: 16559642.
HSL color Cylindrical-coordinate representation of color #1AAEFC: hue angle of 200.71º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AAEFC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 174 | 252 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.01 |
| HSL | 200.71º | 0.97% | 0.55% | - |
| HSV(B) | 200.71º | 0.9% | 0.99% | - |
| XYZ | 33.13 | 37.52 | 97.59 | - |
| YUV | 138.64 | 191.97 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 252 | 0.90 | 0.31 | 0 | 0.01 | 200.71 | 0.97 | 0.55 |
| Hex | 1A | AE | FC | 5A | 1F | 0 | 1 | C9 | 61 | 37 |
| Octal | 32 | 256 | 374 | 132 | 37 | 0 | 1 | 311 | 141 | 67 |
| Binary | 11010 | 10101110 | 11111100 | 1011010 | 11111 | 0 | 1 | 11001001 | 1100001 | 110111 |
Color Harmonies of #1AAEFC
Complementary color
Monochromatic Colors of #1AAEFC
Black with #1AAEFC
Text Example
Text Example
White with #1AAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEFC; }
p { color: rgb(26,174,252); }
H1.HeaderClassName
{
color: #1AAEFC;
}
.AnyTagClassName
{
color: #1AAEFC;
}
</style>
background-color css
<style>
a { background-color: #1AAEFC; }
a { background-color: rgb(26,174,252); }
div.DivClassName
{
background-color: #1AAEFC;
}
.BgClassName
{
background-color: #1AAEFC;
}
</style>
border-color css
<style>
span { border-color: #1AAEFC; }
span { border-color: rgb(26,174,252); }
td.TdClassName
{
border-color: #1AAEFC;
}
.TagClassName
{
border-color: #1AAEFC;
}
</style>