Html Css Color HEX #2E99CE Summer Sky

📋 copy color: '#2E99CE'

red 46 ◦ green 153 ◦ blue 206

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

Shades of Summer Sky #2E99CE

Tints of Summer Sky #2E99CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 11.36%
G = 37.78%
B = 50.86%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E99CE (or 0x2E99CE) is known color: Summer Sky. HEX triplet: 2E, 99 and CE. RGB value is (46,153,206). Sum of RGB (Red+Green+Blue) = 46+153+206=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E99CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E99CE is #D16631. Grayscale: #7E7E7E. Windows color (decimal): -13723186 or 13539630. OLE color: 13539630.

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

Color convert

RGB 46 153 206 -
CMYK 0.78 0.26 0 0.19
HSL 199.88º 0.63% 0.49% -
HSV(B) 199.88º 0.78% 0.81% -
XYZ 23.66 27.82 62.52 -
YUV 127.05 172.55 70.19 -
System Red Green Blue C M Y K H S L
Decimal 46 153 206 0.78 0.26 0 0.19 199.88 0.63 0.49
Hex 2E 99 CE 4E 1A 0 13 C8 3F 31
Octal 56 231 316 116 32 0 23 310 77 61
Binary 101110 10011001 11001110 1001110 11010 0 10011 11001000 111111 110001

Color Harmonies of #2E99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E99CE

Black with #2E99CE

Text Example


Text Example

White with #2E99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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