Html Css Color HEX #2E9AD5 Summer Sky

📋 copy color: '#2E9AD5'

red 46 ◦ green 154 ◦ blue 213

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

Shades of Summer Sky #2E9AD5

Tints of Summer Sky #2E9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 213 (83.59% from 255) = 51.57%

R = 11.14%
G = 37.29%
B = 51.57%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2E9AD5 (or 0x2E9AD5) is known color: Summer Sky. HEX triplet: 2E, 9A and D5. RGB value is (46,154,213). Sum of RGB (Red+Green+Blue) = 46+154+213=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E9AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9AD5 is #D1652A. Grayscale: #808080. Windows color (decimal): -13722923 or 13998638. OLE color: 13998638.

HSL color Cylindrical-coordinate representation of color #2E9AD5: hue angle of 201.2º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E9AD5 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 154 213 -
CMYK 0.78 0.28 0 0.16
HSL 201.2º 0.67% 0.51% -
HSV(B) 201.2º 0.78% 0.84% -
XYZ 24.69 28.5 67.15 -
YUV 128.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 46 154 213 0.78 0.28 0 0.16 201.2 0.67 0.51
Hex 2E 9A D5 4E 1C 0 10 C9 43 33
Octal 56 232 325 116 34 0 20 311 103 63
Binary 101110 10011010 11010101 1001110 11100 0 10000 11001001 1000011 110011

Color Harmonies of #2E9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9AD5

Black with #2E9AD5

Text Example


Text Example

White with #2E9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,154,213); }

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

background-color css

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

 a { background-color: rgb(46,154,213); }

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

border-color css

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

 span { border-color: rgb(46,154,213); }

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