Html Css Color HEX #1AAEEA Summer Sky

📋 copy color: '#1AAEEA'

red 26 ◦ green 174 ◦ blue 234

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

Shades of Summer Sky #1AAEEA

Tints of Summer Sky #1AAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 5.99%
G = 40.09%
B = 53.92%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1AAEEA (or 0x1AAEEA) is known color: Summer Sky. HEX triplet: 1A, AE and EA. RGB value is (26,174,234). Sum of RGB (Red+Green+Blue) = 26+174+234=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #1AAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEEA is #E55115. Grayscale: #888888. Windows color (decimal): -15028502 or 15379994. OLE color: 15379994.

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

Color convert

RGB 26 174 234 -
CMYK 0.89 0.26 0 0.08
HSL 197.31º 0.83% 0.51% -
HSV(B) 197.31º 0.89% 0.92% -
XYZ 30.41 36.43 83.27 -
YUV 136.59 182.97 49.12 -
System Red Green Blue C M Y K H S L
Decimal 26 174 234 0.89 0.26 0 0.08 197.31 0.83 0.51
Hex 1A AE EA 59 1A 0 8 C5 53 33
Octal 32 256 352 131 32 0 10 305 123 63
Binary 11010 10101110 11101010 1011001 11010 0 1000 11000101 1010011 110011

Color Harmonies of #1AAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEEA

Black with #1AAEEA

Text Example


Text Example

White with #1AAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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