Html Css Color HEX #2EABFB Summer Sky

📋 copy color: '#2EABFB'

red 46 ◦ green 171 ◦ blue 251

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

Shades of Summer Sky #2EABFB

Tints of Summer Sky #2EABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 9.83%
G = 36.54%
B = 53.63%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2EABFB (or 0x2EABFB) is known color: Summer Sky. HEX triplet: 2E, AB and FB. RGB value is (46,171,251). Sum of RGB (Red+Green+Blue) = 46+171+251=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EABFB is #D15404. Grayscale: #8E8E8E. Windows color (decimal): -13718533 or 16493358. OLE color: 16493358.

HSL color Cylindrical-coordinate representation of color #2EABFB: hue angle of 203.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EABFB is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 171 251 -
CMYK 0.82 0.32 0 0.02
HSL 203.41º 0.96% 0.58% -
HSV(B) 203.41º 0.82% 0.98% -
XYZ 33.1 36.67 96.6 -
YUV 142.75 189.09 59 -
System Red Green Blue C M Y K H S L
Decimal 46 171 251 0.82 0.32 0 0.02 203.41 0.96 0.58
Hex 2E AB FB 52 20 0 2 CB 60 3A
Octal 56 253 373 122 40 0 2 313 140 72
Binary 101110 10101011 11111011 1010010 100000 0 10 11001011 1100000 111010

Color Harmonies of #2EABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABFB

Black with #2EABFB

Text Example


Text Example

White with #2EABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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