Html Css Color HEX #2EA3DC Summer Sky

📋 copy color: '#2EA3DC'

red 46 ◦ green 163 ◦ blue 220

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

Shades of Summer Sky #2EA3DC

Tints of Summer Sky #2EA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 10.72%
G = 38%
B = 51.28%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2EA3DC (or 0x2EA3DC) is known color: Summer Sky. HEX triplet: 2E, A3 and DC. RGB value is (46,163,220). Sum of RGB (Red+Green+Blue) = 46+163+220=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EA3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA3DC is #D15C23. Grayscale: #868686. Windows color (decimal): -13720612 or 14459694. OLE color: 14459694.

HSL color Cylindrical-coordinate representation of color #2EA3DC: hue angle of 199.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EA3DC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 163 220 -
CMYK 0.79 0.26 0 0.14
HSL 199.66º 0.71% 0.52% -
HSV(B) 199.66º 0.79% 0.86% -
XYZ 27.14 31.94 72.45 -
YUV 134.52 176.24 64.87 -
System Red Green Blue C M Y K H S L
Decimal 46 163 220 0.79 0.26 0 0.14 199.66 0.71 0.52
Hex 2E A3 DC 4F 1A 0 E C8 47 34
Octal 56 243 334 117 32 0 16 310 107 64
Binary 101110 10100011 11011100 1001111 11010 0 1110 11001000 1000111 110100

Color Harmonies of #2EA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA3DC

Black with #2EA3DC

Text Example


Text Example

White with #2EA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,163,220); }

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

background-color css

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

 a { background-color: rgb(46,163,220); }

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

border-color css

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

 span { border-color: rgb(46,163,220); }

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