#2ebef9

Color #2EBEF9 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2EBEF9

Tints of Summer Sky #2EBEF9

Color information

#2EBEF9 (or 0x2EBEF9) is unknown color: approx Summer Sky. HEX triplet: 2E, BE and F9. RGB value is (46,190,249). Sum of RGB (Red+Green+Blue) = 46+190+249=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #2EBEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEF9 is #D14106. Grayscale: #999999. Windows color (decimal): -13713671 or 16367150. OLE color: 16367150.

HSL color Cylindrical-coordinate representation of color #2EBEF9: hue angle of 197.44º degrees, saturation: 0.94, 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 #2EBEF9 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46190249-
CMYK0.820.2400.02
HSL197.44º94.42%57.84%-
HSV(B)197.44º81.53%97.65%-
XYZ36.6444.2596.23-
YUV153.67181.7951.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.48%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 249 (97.66% from 255) = 51.34%
R=9.48%
G=39.18%
B=51.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal461902490.820.2400.02197.4494.4257.84
Hex2EBEF9521802c55e3a
Octal56276371122300230513672
Binary1011101011111011111001101001011000010110001011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ebef9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,190,249); }

 H1.HeaderClassName
 {
   color: #2ebef9;
 }
 .AnyTagClassName
 {
   color: #2ebef9;
 }
</style>
background-color css

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

 a { background-color: rgb(46,190,249); }

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

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

 span { border-color: rgb(46,190,249); }

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