Html Css Color HEX #2EA2D8 Summer Sky

📋 copy color: '#2EA2D8'

red 46 ◦ green 162 ◦ blue 216

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

Shades of Summer Sky #2EA2D8

Tints of Summer Sky #2EA2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.94%

R = 10.85%
G = 38.21%
B = 50.94%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2EA2D8 (or 0x2EA2D8) is known color: Summer Sky. HEX triplet: 2E, A2 and D8. RGB value is (46,162,216). Sum of RGB (Red+Green+Blue) = 46+162+216=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #2EA2D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA2D8 is #D15D27. Grayscale: #858585. Windows color (decimal): -13720872 or 14197294. OLE color: 14197294.

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

Color convert

RGB 46 162 216 -
CMYK 0.79 0.25 0 0.15
HSL 199.06º 0.69% 0.51% -
HSV(B) 199.06º 0.79% 0.85% -
XYZ 26.44 31.38 69.63 -
YUV 133.47 174.57 65.61 -
System Red Green Blue C M Y K H S L
Decimal 46 162 216 0.79 0.25 0 0.15 199.06 0.69 0.51
Hex 2E A2 D8 4F 19 0 F C7 45 33
Octal 56 242 330 117 31 0 17 307 105 63
Binary 101110 10100010 11011000 1001111 11001 0 1111 11000111 1000101 110011

Color Harmonies of #2EA2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA2D8

Black with #2EA2D8

Text Example


Text Example

White with #2EA2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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