Html Css Color HEX #2EA9CC Summer Sky

📋 copy color: '#2EA9CC'

red 46 ◦ green 169 ◦ blue 204

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

Shades of Summer Sky #2EA9CC

Tints of Summer Sky #2EA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

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

R = 10.98%
G = 40.33%
B = 48.69%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2EA9CC (or 0x2EA9CC) is known color: Summer Sky. HEX triplet: 2E, A9 and CC. RGB value is (46,169,204). Sum of RGB (Red+Green+Blue) = 46+169+204=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EA9CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA9CC is #D15633. Grayscale: #878787. Windows color (decimal): -13719092 or 13412654. OLE color: 13412654.

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

Color convert

RGB 46 169 204 -
CMYK 0.77 0.17 0 0.2
HSL 193.29º 0.63% 0.49% -
HSV(B) 193.29º 0.77% 0.8% -
XYZ 26.21 33.32 62.18 -
YUV 136.21 166.25 63.65 -
System Red Green Blue C M Y K H S L
Decimal 46 169 204 0.77 0.17 0 0.2 193.29 0.63 0.49
Hex 2E A9 CC 4D 11 0 14 C1 3F 31
Octal 56 251 314 115 21 0 24 301 77 61
Binary 101110 10101001 11001100 1001101 10001 0 10100 11000001 111111 110001

Color Harmonies of #2EA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA9CC

Black with #2EA9CC

Text Example


Text Example

White with #2EA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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