Html Css Color HEX #2AAEEA Summer Sky

📋 copy color: '#2AAEEA'

red 42 ◦ green 174 ◦ blue 234

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

Shades of Summer Sky #2AAEEA

Tints of Summer Sky #2AAEEA

RGB

 RED value IS 42 (16.8% from 255) = 9.33%

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

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

R = 9.33%
G = 38.67%
B = 52%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2AAEEA (or 0x2AAEEA) is known color: Summer Sky. HEX triplet: 2A, AE and EA. RGB value is (42,174,234). Sum of RGB (Red+Green+Blue) = 42+174+234=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #2AAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAEEA is #D55115. Grayscale: #8D8D8D. Windows color (decimal): -13979926 or 15380010. OLE color: 15380010.

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

Color convert

RGB 42 174 234 -
CMYK 0.82 0.26 0 0.08
HSL 198.75º 0.82% 0.54% -
HSV(B) 198.75º 0.82% 0.92% -
XYZ 30.94 36.7 83.3 -
YUV 141.37 180.27 57.12 -
System Red Green Blue C M Y K H S L
Decimal 42 174 234 0.82 0.26 0 0.08 198.75 0.82 0.54
Hex 2A AE EA 52 1A 0 8 C7 52 36
Octal 52 256 352 122 32 0 10 307 122 66
Binary 101010 10101110 11101010 1010010 11010 0 1000 11000111 1010010 110110

Color Harmonies of #2AAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAEEA

Black with #2AAEEA

Text Example


Text Example

White with #2AAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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