Html Css Color HEX #2AADEC Summer Sky

📋 copy color: '#2AADEC'

red 42 ◦ green 173 ◦ blue 236

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

Shades of Summer Sky #2AADEC

Tints of Summer Sky #2AADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

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

R = 9.31%
G = 38.36%
B = 52.33%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2AADEC (or 0x2AADEC) is known color: Summer Sky. HEX triplet: 2A, AD and EC. RGB value is (42,173,236). Sum of RGB (Red+Green+Blue) = 42+173+236=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AADEC is #D55213. Grayscale: #8C8C8C. Windows color (decimal): -13980180 or 15510826. OLE color: 15510826.

HSL color Cylindrical-coordinate representation of color #2AADEC: hue angle of 199.48º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AADEC is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 173 236 -
CMYK 0.82 0.27 0 0.07
HSL 199.48º 0.84% 0.55% -
HSV(B) 199.48º 0.82% 0.93% -
XYZ 31.04 36.44 84.75 -
YUV 141.01 181.6 57.38 -
System Red Green Blue C M Y K H S L
Decimal 42 173 236 0.82 0.27 0 0.07 199.48 0.84 0.55
Hex 2A AD EC 52 1B 0 7 C7 54 37
Octal 52 255 354 122 33 0 7 307 124 67
Binary 101010 10101101 11101100 1010010 11011 0 111 11000111 1010100 110111

Color Harmonies of #2AADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AADEC

Black with #2AADEC

Text Example


Text Example

White with #2AADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,173,236); }

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

background-color css

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

 a { background-color: rgb(42,173,236); }

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

border-color css

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

 span { border-color: rgb(42,173,236); }

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