Html Css Color HEX #1AAEE8 Summer Sky

📋 copy color: '#1AAEE8'

red 26 ◦ green 174 ◦ blue 232

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

Shades of Summer Sky #1AAEE8

Tints of Summer Sky #1AAEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.7%

R = 6.02%
G = 40.28%
B = 53.7%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1AAEE8 (or 0x1AAEE8) is known color: Summer Sky. HEX triplet: 1A, AE and E8. RGB value is (26,174,232). Sum of RGB (Red+Green+Blue) = 26+174+232=432 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.02% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #1AAEE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEE8 is #E55117. Grayscale: #878787. Windows color (decimal): -15028504 or 15248922. OLE color: 15248922.

HSL color Cylindrical-coordinate representation of color #1AAEE8: hue angle of 196.89º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAEE8 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 174 232 -
CMYK 0.89 0.25 0 0.09
HSL 196.89º 0.82% 0.51% -
HSV(B) 196.89º 0.89% 0.91% -
XYZ 30.13 36.32 81.77 -
YUV 136.36 181.97 49.28 -
System Red Green Blue C M Y K H S L
Decimal 26 174 232 0.89 0.25 0 0.09 196.89 0.82 0.51
Hex 1A AE E8 59 19 0 9 C5 52 33
Octal 32 256 350 131 31 0 11 305 122 63
Binary 11010 10101110 11101000 1011001 11001 0 1001 11000101 1010010 110011

Color Harmonies of #1AAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEE8

Black with #1AAEE8

Text Example


Text Example

White with #1AAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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