Html Css Color HEX #2EB6E0 Summer Sky

📋 copy color: '#2EB6E0'

red 46 ◦ green 182 ◦ blue 224

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

Shades of Summer Sky #2EB6E0

Tints of Summer Sky #2EB6E0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.27%

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 10.18%
G = 40.27%
B = 49.56%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2EB6E0 (or 0x2EB6E0) is known color: Summer Sky. HEX triplet: 2E, B6 and E0. RGB value is (46,182,224). Sum of RGB (Red+Green+Blue) = 46+182+224=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #2EB6E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB6E0 is #D1491F. Grayscale: #919191. Windows color (decimal): -13715744 or 14726702. OLE color: 14726702.

HSL color Cylindrical-coordinate representation of color #2EB6E0: hue angle of 194.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EB6E0 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 182 224 -
CMYK 0.79 0.19 0 0.12
HSL 194.16º 0.74% 0.53% -
HSV(B) 194.16º 0.79% 0.88% -
XYZ 31.31 39.42 76.48 -
YUV 146.12 171.94 56.58 -
System Red Green Blue C M Y K H S L
Decimal 46 182 224 0.79 0.19 0 0.12 194.16 0.74 0.53
Hex 2E B6 E0 4F 13 0 C C2 4A 35
Octal 56 266 340 117 23 0 14 302 112 65
Binary 101110 10110110 11100000 1001111 10011 0 1100 11000010 1001010 110101

Color Harmonies of #2EB6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB6E0

Black with #2EB6E0

Text Example


Text Example

White with #2EB6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,182,224); }

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

background-color css

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

 a { background-color: rgb(46,182,224); }

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

border-color css

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

 span { border-color: rgb(46,182,224); }

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