Html Css Color HEX #2EAFCE Summer Sky

📋 copy color: '#2EAFCE'

red 46 ◦ green 175 ◦ blue 206

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

Shades of Summer Sky #2EAFCE

Tints of Summer Sky #2EAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 10.77%
G = 40.98%
B = 48.24%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EAFCE (or 0x2EAFCE) is known color: Summer Sky. HEX triplet: 2E, AF and CE. RGB value is (46,175,206). Sum of RGB (Red+Green+Blue) = 46+175+206=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EAFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFCE is #D15031. Grayscale: #8B8B8B. Windows color (decimal): -13717554 or 13545262. OLE color: 13545262.

HSL color Cylindrical-coordinate representation of color #2EAFCE: hue angle of 191.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAFCE is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 175 206 -
CMYK 0.78 0.15 0 0.19
HSL 191.63º 0.63% 0.49% -
HSV(B) 191.63º 0.78% 0.81% -
XYZ 27.6 35.7 63.83 -
YUV 139.96 165.26 60.98 -
System Red Green Blue C M Y K H S L
Decimal 46 175 206 0.78 0.15 0 0.19 191.63 0.63 0.49
Hex 2E AF CE 4E F 0 13 C0 3F 31
Octal 56 257 316 116 17 0 23 300 77 61
Binary 101110 10101111 11001110 1001110 1111 0 10011 11000000 111111 110001

Color Harmonies of #2EAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFCE

Black with #2EAFCE

Text Example


Text Example

White with #2EAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,175,206); }

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

background-color css

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

 a { background-color: rgb(46,175,206); }

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

border-color css

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

 span { border-color: rgb(46,175,206); }

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