#EBEFEB

Color #EBEFEB Aqua Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Spring #EBEFEB

Tints of Aqua Spring #EBEFEB

Color information

#EBEFEB (or 0xEBEFEB) is unknown color: approx Aqua Spring. HEX triplet: EB, EF and EB. RGB value is (235,239,235). Sum of RGB (Red+Green+Blue) = 235+239+235=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFEB is #141014. Grayscale: #EDEDED. Windows color (decimal): -1314837 or 15462379. OLE color: 15462379.

HSL color Cylindrical-coordinate representation of color #EBEFEB: hue angle of 120º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEFEB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB235239235-
CMYK0.0200.020.06
HSL120º11.11%92.94%-
HSV(B)120º1.67%93.73%-
XYZ80.1285.3990.86-
YUV237.35126.67126.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.15%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 235 (92.19% from 255) = 33.15%
R=33.15%
G=33.71%
B=33.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392350.0200.020.0612011.1192.94
HexEBEFEB202678b5d
Octal353357353202617013135
Binary11101011111011111110101110010110111100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFEB; }

 p { color: rgb(235,239,235); }

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

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

 a { background-color: rgb(235,239,235); }

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

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

 span { border-color: rgb(235,239,235); }

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