Html Css Color HEX #2EA9F7 Summer Sky

📋 copy color: '#2EA9F7'

red 46 ◦ green 169 ◦ blue 247

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

Shades of Summer Sky #2EA9F7

Tints of Summer Sky #2EA9F7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.58%

 BLUE value IS 247 (96.88% from 255) = 53.46%

R = 9.96%
G = 36.58%
B = 53.46%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2EA9F7 (or 0x2EA9F7) is known color: Summer Sky. HEX triplet: 2E, A9 and F7. RGB value is (46,169,247). Sum of RGB (Red+Green+Blue) = 46+169+247=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #2EA9F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA9F7 is #D15608. Grayscale: #8C8C8C. Windows color (decimal): -13719049 or 16230702. OLE color: 16230702.

HSL color Cylindrical-coordinate representation of color #2EA9F7: hue angle of 203.28º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EA9F7 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 169 247 -
CMYK 0.81 0.32 0 0.03
HSL 203.28º 0.93% 0.57% -
HSV(B) 203.28º 0.81% 0.97% -
XYZ 32.1 35.67 93.19 -
YUV 141.12 187.75 60.16 -
System Red Green Blue C M Y K H S L
Decimal 46 169 247 0.81 0.32 0 0.03 203.28 0.93 0.57
Hex 2E A9 F7 51 20 0 3 CB 5D 39
Octal 56 251 367 121 40 0 3 313 135 71
Binary 101110 10101001 11110111 1010001 100000 0 11 11001011 1011101 111001

Color Harmonies of #2EA9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA9F7

Black with #2EA9F7

Text Example


Text Example

White with #2EA9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,247); }

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

background-color css

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

 a { background-color: rgb(46,169,247); }

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

border-color css

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

 span { border-color: rgb(46,169,247); }

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