Html Css Color HEX #2EAACC Summer Sky

📋 copy color: '#2EAACC'

red 46 ◦ green 170 ◦ blue 204

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

Shades of Summer Sky #2EAACC

Tints of Summer Sky #2EAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.48%

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

R = 10.95%
G = 40.48%
B = 48.57%

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

#2EAACC (or 0x2EAACC) is known color: Summer Sky. HEX triplet: 2E, AA and CC. RGB value is (46,170,204). Sum of RGB (Red+Green+Blue) = 46+170+204=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAACC is #D15533. Grayscale: #888888. Windows color (decimal): -13718836 or 13412910. OLE color: 13412910.

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

Color convert

RGB 46 170 204 -
CMYK 0.77 0.17 0 0.2
HSL 192.91º 0.63% 0.49% -
HSV(B) 192.91º 0.77% 0.8% -
XYZ 26.4 33.69 62.24 -
YUV 136.8 165.92 63.24 -
System Red Green Blue C M Y K H S L
Decimal 46 170 204 0.77 0.17 0 0.2 192.91 0.63 0.49
Hex 2E AA CC 4D 11 0 14 C1 3F 31
Octal 56 252 314 115 21 0 24 301 77 61
Binary 101110 10101010 11001100 1001101 10001 0 10100 11000001 111111 110001

Color Harmonies of #2EAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAACC

Black with #2EAACC

Text Example


Text Example

White with #2EAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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