Html Css Color HEX #2EAADA Summer Sky

📋 copy color: '#2EAADA'

red 46 ◦ green 170 ◦ blue 218

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

Shades of Summer Sky #2EAADA

Tints of Summer Sky #2EAADA

RGB

 RED value IS 46 (18.36% from 255) = 10.6%

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 10.6%
G = 39.17%
B = 50.23%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2EAADA (or 0x2EAADA) is known color: Summer Sky. HEX triplet: 2E, AA and DA. RGB value is (46,170,218). Sum of RGB (Red+Green+Blue) = 46+170+218=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #2EAADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAADA is #D15525. Grayscale: #8A8A8A. Windows color (decimal): -13718822 or 14330414. OLE color: 14330414.

HSL color Cylindrical-coordinate representation of color #2EAADA: hue angle of 196.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EAADA is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 170 218 -
CMYK 0.79 0.22 0 0.15
HSL 196.74º 0.7% 0.52% -
HSV(B) 196.74º 0.79% 0.85% -
XYZ 28.16 34.39 71.48 -
YUV 138.4 172.92 62.1 -
System Red Green Blue C M Y K H S L
Decimal 46 170 218 0.79 0.22 0 0.15 196.74 0.7 0.52
Hex 2E AA DA 4F 16 0 F C5 46 34
Octal 56 252 332 117 26 0 17 305 106 64
Binary 101110 10101010 11011010 1001111 10110 0 1111 11000101 1000110 110100

Color Harmonies of #2EAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAADA

Black with #2EAADA

Text Example


Text Example

White with #2EAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,218); }

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

background-color css

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

 a { background-color: rgb(46,170,218); }

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

border-color css

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

 span { border-color: rgb(46,170,218); }

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