Html Css Color HEX #2EABF2 Summer Sky

📋 copy color: '#2EABF2'

red 46 ◦ green 171 ◦ blue 242

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

Shades of Summer Sky #2EABF2

Tints of Summer Sky #2EABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 242 (94.92% from 255) = 52.72%

R = 10.02%
G = 37.25%
B = 52.72%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EABF2 (or 0x2EABF2) is known color: Summer Sky. HEX triplet: 2E, AB and F2. RGB value is (46,171,242). Sum of RGB (Red+Green+Blue) = 46+171+242=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #2EABF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EABF2 is #D1540D. Grayscale: #8D8D8D. Windows color (decimal): -13718542 or 15903534. OLE color: 15903534.

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

Color convert

RGB 46 171 242 -
CMYK 0.81 0.29 0 0.05
HSL 201.73º 0.88% 0.56% -
HSV(B) 201.73º 0.81% 0.95% -
XYZ 31.72 36.12 89.3 -
YUV 141.72 184.59 59.73 -
System Red Green Blue C M Y K H S L
Decimal 46 171 242 0.81 0.29 0 0.05 201.73 0.88 0.56
Hex 2E AB F2 51 1D 0 5 CA 58 38
Octal 56 253 362 121 35 0 5 312 130 70
Binary 101110 10101011 11110010 1010001 11101 0 101 11001010 1011000 111000

Color Harmonies of #2EABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABF2

Black with #2EABF2

Text Example


Text Example

White with #2EABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,242); }

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

background-color css

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

 a { background-color: rgb(46,171,242); }

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

border-color css

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

 span { border-color: rgb(46,171,242); }

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