Html Css Color HEX #2E9BDE Summer Sky

📋 copy color: '#2E9BDE'

red 46 ◦ green 155 ◦ blue 222

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

Shades of Summer Sky #2E9BDE

Tints of Summer Sky #2E9BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 10.87%
G = 36.64%
B = 52.48%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E9BDE (or 0x2E9BDE) is known color: Summer Sky. HEX triplet: 2E, 9B and DE. RGB value is (46,155,222). Sum of RGB (Red+Green+Blue) = 46+155+222=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E9BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BDE is #D16421. Grayscale: #818181. Windows color (decimal): -13722658 or 14588718. OLE color: 14588718.

HSL color Cylindrical-coordinate representation of color #2E9BDE: hue angle of 202.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E9BDE is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 155 222 -
CMYK 0.79 0.30 0 0.13
HSL 202.84º 0.73% 0.53% -
HSV(B) 202.84º 0.79% 0.87% -
XYZ 26.03 29.3 73.39 -
YUV 130.05 179.89 68.05 -
System Red Green Blue C M Y K H S L
Decimal 46 155 222 0.79 0.30 0 0.13 202.84 0.73 0.53
Hex 2E 9B DE 4F 1E 0 D CB 49 35
Octal 56 233 336 117 36 0 15 313 111 65
Binary 101110 10011011 11011110 1001111 11110 0 1101 11001011 1001001 110101

Color Harmonies of #2E9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9BDE

Black with #2E9BDE

Text Example


Text Example

White with #2E9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,155,222); }

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

background-color css

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

 a { background-color: rgb(46,155,222); }

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

border-color css

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

 span { border-color: rgb(46,155,222); }

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