Html Css Color HEX #1AAEEC Summer Sky

📋 copy color: '#1AAEEC'

red 26 ◦ green 174 ◦ blue 236

#1AAEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #1AAEEC

Tints of Summer Sky #1AAEEC

RGB

 RED value IS 26 (10.55% from 255) = 5.96%

 GREEN value IS 174 (68.36% from 255) = 39.91%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 5.96%
G = 39.91%
B = 54.13%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1AAEEC (or 0x1AAEEC) is known color: Summer Sky. HEX triplet: 1A, AE and EC. RGB value is (26,174,236). Sum of RGB (Red+Green+Blue) = 26+174+236=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #1AAEEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEEC is #E55113. Grayscale: #888888. Windows color (decimal): -15028500 or 15511066. OLE color: 15511066.

HSL color Cylindrical-coordinate representation of color #1AAEEC: hue angle of 197.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAEEC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 174 236 -
CMYK 0.89 0.26 0 0.07
HSL 197.71º 0.85% 0.51% -
HSV(B) 197.71º 0.89% 0.93% -
XYZ 30.7 36.55 84.79 -
YUV 136.82 183.97 48.96 -
System Red Green Blue C M Y K H S L
Decimal 26 174 236 0.89 0.26 0 0.07 197.71 0.85 0.51
Hex 1A AE EC 59 1A 0 7 C6 55 33
Octal 32 256 354 131 32 0 7 306 125 63
Binary 11010 10101110 11101100 1011001 11010 0 111 11000110 1010101 110011

Color Harmonies of #1AAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEEC

Black with #1AAEEC

Text Example


Text Example

White with #1AAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AAEEC;
 }
 .AnyTagClassName
 {
   color: #1AAEEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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