Html Css Color HEX #2EA8D7 Summer Sky

📋 copy color: '#2EA8D7'

red 46 ◦ green 168 ◦ blue 215

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

Shades of Summer Sky #2EA8D7

Tints of Summer Sky #2EA8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 10.72%
G = 39.16%
B = 50.12%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2EA8D7 (or 0x2EA8D7) is known color: Summer Sky. HEX triplet: 2E, A8 and D7. RGB value is (46,168,215). Sum of RGB (Red+Green+Blue) = 46+168+215=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #2EA8D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA8D7 is #D15728. Grayscale: #888888. Windows color (decimal): -13719337 or 14133294. OLE color: 14133294.

HSL color Cylindrical-coordinate representation of color #2EA8D7: hue angle of 196.69º 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 #2EA8D7 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 168 215 -
CMYK 0.79 0.22 0 0.16
HSL 196.69º 0.68% 0.51% -
HSV(B) 196.69º 0.79% 0.84% -
XYZ 27.4 33.49 69.31 -
YUV 136.88 172.08 63.18 -
System Red Green Blue C M Y K H S L
Decimal 46 168 215 0.79 0.22 0 0.16 196.69 0.68 0.51
Hex 2E A8 D7 4F 16 0 10 C5 44 33
Octal 56 250 327 117 26 0 20 305 104 63
Binary 101110 10101000 11010111 1001111 10110 0 10000 11000101 1000100 110011

Color Harmonies of #2EA8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA8D7

Black with #2EA8D7

Text Example


Text Example

White with #2EA8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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