Html Css Color HEX #2EAAF6 Summer Sky

📋 copy color: '#2EAAF6'

red 46 ◦ green 170 ◦ blue 246

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

Shades of Summer Sky #2EAAF6

Tints of Summer Sky #2EAAF6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 246 (96.48% from 255) = 53.25%

R = 9.96%
G = 36.8%
B = 53.25%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2EAAF6 (or 0x2EAAF6) is known color: Summer Sky. HEX triplet: 2E, AA and F6. RGB value is (46,170,246). Sum of RGB (Red+Green+Blue) = 46+170+246=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #2EAAF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAAF6 is #D15509. Grayscale: #8D8D8D. Windows color (decimal): -13718794 or 16165422. OLE color: 16165422.

HSL color Cylindrical-coordinate representation of color #2EAAF6: hue angle of 202.8º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EAAF6 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 170 246 -
CMYK 0.81 0.31 0 0.04
HSL 202.8º 0.92% 0.57% -
HSV(B) 202.8º 0.81% 0.96% -
XYZ 32.14 35.98 92.44 -
YUV 141.59 186.92 59.82 -
System Red Green Blue C M Y K H S L
Decimal 46 170 246 0.81 0.31 0 0.04 202.8 0.92 0.57
Hex 2E AA F6 51 1F 0 4 CB 5C 39
Octal 56 252 366 121 37 0 4 313 134 71
Binary 101110 10101010 11110110 1010001 11111 0 100 11001011 1011100 111001

Color Harmonies of #2EAAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAAF6

Black with #2EAAF6

Text Example


Text Example

White with #2EAAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,246); }

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

background-color css

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

 a { background-color: rgb(46,170,246); }

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

border-color css

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

 span { border-color: rgb(46,170,246); }

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