Html Css Color HEX #2EB2D7 Summer Sky

📋 copy color: '#2EB2D7'

red 46 ◦ green 178 ◦ blue 215

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

Shades of Summer Sky #2EB2D7

Tints of Summer Sky #2EB2D7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

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

R = 10.48%
G = 40.55%
B = 48.97%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2EB2D7 (or 0x2EB2D7) is known color: Summer Sky. HEX triplet: 2E, B2 and D7. RGB value is (46,178,215). Sum of RGB (Red+Green+Blue) = 46+178+215=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #2EB2D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB2D7 is #D14D28. Grayscale: #8E8E8E. Windows color (decimal): -13716777 or 14135854. OLE color: 14135854.

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

Color convert

RGB 46 178 215 -
CMYK 0.79 0.17 0 0.16
HSL 193.14º 0.68% 0.51% -
HSV(B) 193.14º 0.79% 0.84% -
XYZ 29.31 37.33 69.95 -
YUV 142.75 168.77 58.99 -
System Red Green Blue C M Y K H S L
Decimal 46 178 215 0.79 0.17 0 0.16 193.14 0.68 0.51
Hex 2E B2 D7 4F 11 0 10 C1 44 33
Octal 56 262 327 117 21 0 20 301 104 63
Binary 101110 10110010 11010111 1001111 10001 0 10000 11000001 1000100 110011

Color Harmonies of #2EB2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB2D7

Black with #2EB2D7

Text Example


Text Example

White with #2EB2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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