Html Css Color HEX #2EACCC Summer Sky

📋 copy color: '#2EACCC'

red 46 ◦ green 172 ◦ blue 204

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

Shades of Summer Sky #2EACCC

Tints of Summer Sky #2EACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 10.9%
G = 40.76%
B = 48.34%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2EACCC (or 0x2EACCC) is known color: Summer Sky. HEX triplet: 2E, AC and CC. RGB value is (46,172,204). Sum of RGB (Red+Green+Blue) = 46+172+204=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACCC is #D15333. Grayscale: #898989. Windows color (decimal): -13718324 or 13413422. OLE color: 13413422.

HSL color Cylindrical-coordinate representation of color #2EACCC: hue angle of 192.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EACCC is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 172 204 -
CMYK 0.77 0.16 0 0.2
HSL 192.15º 0.63% 0.49% -
HSV(B) 192.15º 0.77% 0.8% -
XYZ 26.78 34.45 62.36 -
YUV 137.97 165.26 62.4 -
System Red Green Blue C M Y K H S L
Decimal 46 172 204 0.77 0.16 0 0.2 192.15 0.63 0.49
Hex 2E AC CC 4D 10 0 14 C0 3F 31
Octal 56 254 314 115 20 0 24 300 77 61
Binary 101110 10101100 11001100 1001101 10000 0 10100 11000000 111111 110001

Color Harmonies of #2EACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACCC

Black with #2EACCC

Text Example


Text Example

White with #2EACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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