Html Css Color HEX #2EB1D7 Summer Sky

📋 copy color: '#2EB1D7'

red 46 ◦ green 177 ◦ blue 215

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

Shades of Summer Sky #2EB1D7

Tints of Summer Sky #2EB1D7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

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

R = 10.5%
G = 40.41%
B = 49.09%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2EB1D7 (or 0x2EB1D7) is known color: Summer Sky. HEX triplet: 2E, B1 and D7. RGB value is (46,177,215). Sum of RGB (Red+Green+Blue) = 46+177+215=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #2EB1D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB1D7 is #D14E28. Grayscale: #8D8D8D. Windows color (decimal): -13717033 or 14135598. OLE color: 14135598.

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

Color convert

RGB 46 177 215 -
CMYK 0.79 0.18 0 0.16
HSL 193.49º 0.68% 0.51% -
HSV(B) 193.49º 0.79% 0.84% -
XYZ 29.11 36.93 69.88 -
YUV 142.16 169.1 59.41 -
System Red Green Blue C M Y K H S L
Decimal 46 177 215 0.79 0.18 0 0.16 193.49 0.68 0.51
Hex 2E B1 D7 4F 12 0 10 C1 44 33
Octal 56 261 327 117 22 0 20 301 104 63
Binary 101110 10110001 11010111 1001111 10010 0 10000 11000001 1000100 110011

Color Harmonies of #2EB1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB1D7

Black with #2EB1D7

Text Example


Text Example

White with #2EB1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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