Html Css Color HEX #2E97CE Summer Sky

📋 copy color: '#2E97CE'

red 46 ◦ green 151 ◦ blue 206

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

Shades of Summer Sky #2E97CE

Tints of Summer Sky #2E97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

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

R = 11.41%
G = 37.47%
B = 51.12%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E97CE (or 0x2E97CE) is known color: Summer Sky. HEX triplet: 2E, 97 and CE. RGB value is (46,151,206). Sum of RGB (Red+Green+Blue) = 46+151+206=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E97CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E97CE is #D16831. Grayscale: #7D7D7D. Windows color (decimal): -13723698 or 13539118. OLE color: 13539118.

HSL color Cylindrical-coordinate representation of color #2E97CE: hue angle of 200.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 #2E97CE is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 151 206 -
CMYK 0.78 0.27 0 0.19
HSL 200.63º 0.63% 0.49% -
HSV(B) 200.63º 0.78% 0.81% -
XYZ 23.33 27.17 62.41 -
YUV 125.88 173.21 71.03 -
System Red Green Blue C M Y K H S L
Decimal 46 151 206 0.78 0.27 0 0.19 200.63 0.63 0.49
Hex 2E 97 CE 4E 1B 0 13 C9 3F 31
Octal 56 227 316 116 33 0 23 311 77 61
Binary 101110 10010111 11001110 1001110 11011 0 10011 11001001 111111 110001

Color Harmonies of #2E97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E97CE

Black with #2E97CE

Text Example


Text Example

White with #2E97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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