Html Css Color HEX #2EACCB Summer Sky

📋 copy color: '#2EACCB'

red 46 ◦ green 172 ◦ blue 203

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

Shades of Summer Sky #2EACCB

Tints of Summer Sky #2EACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 10.93%
G = 40.86%
B = 48.22%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EACCB (or 0x2EACCB) is known color: Summer Sky. HEX triplet: 2E, AC and CB. RGB value is (46,172,203). Sum of RGB (Red+Green+Blue) = 46+172+203=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACCB is #D15334. Grayscale: #898989. Windows color (decimal): -13718325 or 13347886. OLE color: 13347886.

HSL color Cylindrical-coordinate representation of color #2EACCB: hue angle of 191.85º 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 #2EACCB is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 172 203 -
CMYK 0.77 0.15 0 0.20
HSL 191.85º 0.63% 0.49% -
HSV(B) 191.85º 0.77% 0.8% -
XYZ 26.66 34.4 61.73 -
YUV 137.86 164.76 62.48 -
System Red Green Blue C M Y K H S L
Decimal 46 172 203 0.77 0.15 0 0.20 191.85 0.63 0.49
Hex 2E AC CB 4D F 0 14 C0 3F 31
Octal 56 254 313 115 17 0 24 300 77 61
Binary 101110 10101100 11001011 1001101 1111 0 10100 11000000 111111 110001

Color Harmonies of #2EACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACCB

Black with #2EACCB

Text Example


Text Example

White with #2EACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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