Html Css Color HEX #2EACEC Summer Sky

📋 copy color: '#2EACEC'

red 46 ◦ green 172 ◦ blue 236

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

Shades of Summer Sky #2EACEC

Tints of Summer Sky #2EACEC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 10.13%
G = 37.89%
B = 51.98%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EACEC (or 0x2EACEC) is known color: Summer Sky. HEX triplet: 2E, AC and EC. RGB value is (46,172,236). Sum of RGB (Red+Green+Blue) = 46+172+236=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EACEC is #D15313. Grayscale: #8D8D8D. Windows color (decimal): -13718292 or 15510574. OLE color: 15510574.

HSL color Cylindrical-coordinate representation of color #2EACEC: hue angle of 200.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EACEC is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 172 236 -
CMYK 0.81 0.27 0 0.07
HSL 200.21º 0.83% 0.55% -
HSV(B) 200.21º 0.81% 0.93% -
XYZ 31.02 36.14 84.7 -
YUV 141.62 181.26 59.8 -
System Red Green Blue C M Y K H S L
Decimal 46 172 236 0.81 0.27 0 0.07 200.21 0.83 0.55
Hex 2E AC EC 51 1B 0 7 C8 53 37
Octal 56 254 354 121 33 0 7 310 123 67
Binary 101110 10101100 11101100 1010001 11011 0 111 11001000 1010011 110111

Color Harmonies of #2EACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACEC

Black with #2EACEC

Text Example


Text Example

White with #2EACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,172,236); }

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

background-color css

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

 a { background-color: rgb(46,172,236); }

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

border-color css

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

 span { border-color: rgb(46,172,236); }

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