Html Css Color HEX #2EAAF0 Summer Sky

📋 copy color: '#2EAAF0'

red 46 ◦ green 170 ◦ blue 240

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

Shades of Summer Sky #2EAAF0

Tints of Summer Sky #2EAAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.63%

R = 10.09%
G = 37.28%
B = 52.63%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EAAF0 (or 0x2EAAF0) is known color: Summer Sky. HEX triplet: 2E, AA and F0. RGB value is (46,170,240). Sum of RGB (Red+Green+Blue) = 46+170+240=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #2EAAF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAAF0 is #D1550F. Grayscale: #8C8C8C. Windows color (decimal): -13718800 or 15772206. OLE color: 15772206.

HSL color Cylindrical-coordinate representation of color #2EAAF0: hue angle of 201.65º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EAAF0 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 170 240 -
CMYK 0.81 0.29 0 0.06
HSL 201.65º 0.87% 0.56% -
HSV(B) 201.65º 0.81% 0.94% -
XYZ 31.23 35.62 87.67 -
YUV 140.9 183.92 60.31 -
System Red Green Blue C M Y K H S L
Decimal 46 170 240 0.81 0.29 0 0.06 201.65 0.87 0.56
Hex 2E AA F0 51 1D 0 6 CA 57 38
Octal 56 252 360 121 35 0 6 312 127 70
Binary 101110 10101010 11110000 1010001 11101 0 110 11001010 1010111 111000

Color Harmonies of #2EAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAAF0

Black with #2EAAF0

Text Example


Text Example

White with #2EAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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