Html Css Color HEX #2EA6CC Summer Sky

📋 copy color: '#2EA6CC'

red 46 ◦ green 166 ◦ blue 204

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

Shades of Summer Sky #2EA6CC

Tints of Summer Sky #2EA6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

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

R = 11.06%
G = 39.9%
B = 49.04%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2EA6CC (or 0x2EA6CC) is known color: Summer Sky. HEX triplet: 2E, A6 and CC. RGB value is (46,166,204). Sum of RGB (Red+Green+Blue) = 46+166+204=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EA6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA6CC is #D15933. Grayscale: #868686. Windows color (decimal): -13719860 or 13411886. OLE color: 13411886.

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

Color convert

RGB 46 166 204 -
CMYK 0.77 0.19 0 0.2
HSL 194.43º 0.63% 0.49% -
HSV(B) 194.43º 0.77% 0.8% -
XYZ 25.66 32.21 61.99 -
YUV 134.45 167.24 64.91 -
System Red Green Blue C M Y K H S L
Decimal 46 166 204 0.77 0.19 0 0.2 194.43 0.63 0.49
Hex 2E A6 CC 4D 13 0 14 C2 3F 31
Octal 56 246 314 115 23 0 24 302 77 61
Binary 101110 10100110 11001100 1001101 10011 0 10100 11000010 111111 110001

Color Harmonies of #2EA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA6CC

Black with #2EA6CC

Text Example


Text Example

White with #2EA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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