#1aaef4

Color #1AAEF4 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #1AAEF4

Tints of Deep Sky Blue #1AAEF4

Color information

#1AAEF4 (or 0x1AAEF4) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, AE and F4. RGB value is (26,174,244). Sum of RGB (Red+Green+Blue) = 26+174+244=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 244 (95.70% from 255 or 54.95% from 444); Max value from RGB is 244 - color contains mainly: blue. Hex color #1AAEF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEF4 is #E5510B. Grayscale: #898989. Windows color (decimal): -15028492 or 16035354. OLE color: 16035354.

HSL color Cylindrical-coordinate representation of color #1AAEF4: hue angle of 199.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAEF4 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB26174244-
CMYK0.890.2900.04
HSL199.27º90.83%52.94%-
HSV(B)199.27º89.34%95.69%-
XYZ31.8937.0291.05-
YUV137.73187.9748.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 5.86%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 244 (95.70% from 255) = 54.95%
R=5.86%
G=39.19%
B=54.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal261742440.890.2900.04199.2790.8352.94
Hex1AAEF4591D04c75b35
Octal32256364131350430713365
Binary1101010101110111101001011001111010100110001111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1aaef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1aaef4; }

 p { color: rgb(26,174,244); }

 H1.HeaderClassName
 {
   color: #1aaef4;
 }
 .AnyTagClassName
 {
   color: #1aaef4;
 }
</style>
background-color css

<style>
 a { background-color: #1aaef4; }

 a { background-color: rgb(26,174,244); }

 div.DivClassName
 {
   background-color: #1aaef4;
 }
 .BgClassName
 {
   background-color: #1aaef4;
 }
</style>
border-color css

<style>
 span { border-color: #1aaef4; }

 span { border-color: rgb(26,174,244); }

 td.TdClassName
 {
   border-color: #1aaef4;
 }
 .TagClassName
 {
   border-color: #1aaef4;
 }
</style>