Html Css Color HEX #2EA2D7 Summer Sky

📋 copy color: '#2EA2D7'

red 46 ◦ green 162 ◦ blue 215

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

Shades of Summer Sky #2EA2D7

Tints of Summer Sky #2EA2D7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 215 (84.38% from 255) = 50.83%

R = 10.87%
G = 38.3%
B = 50.83%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2EA2D7 (or 0x2EA2D7) is known color: Summer Sky. HEX triplet: 2E, A2 and D7. RGB value is (46,162,215). Sum of RGB (Red+Green+Blue) = 46+162+215=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #2EA2D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA2D7 is #D15D28. Grayscale: #858585. Windows color (decimal): -13720873 or 14131758. OLE color: 14131758.

HSL color Cylindrical-coordinate representation of color #2EA2D7: hue angle of 198.82º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EA2D7 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 162 215 -
CMYK 0.79 0.25 0 0.16
HSL 198.82º 0.68% 0.51% -
HSV(B) 198.82º 0.79% 0.84% -
XYZ 26.31 31.33 68.95 -
YUV 133.36 174.07 65.69 -
System Red Green Blue C M Y K H S L
Decimal 46 162 215 0.79 0.25 0 0.16 198.82 0.68 0.51
Hex 2E A2 D7 4F 19 0 10 C7 44 33
Octal 56 242 327 117 31 0 20 307 104 63
Binary 101110 10100010 11010111 1001111 11001 0 10000 11000111 1000100 110011

Color Harmonies of #2EA2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA2D7

Black with #2EA2D7

Text Example


Text Example

White with #2EA2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,215); }

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

background-color css

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

 a { background-color: rgb(46,162,215); }

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

border-color css

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

 span { border-color: rgb(46,162,215); }

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