Html Css Color HEX #EBEFEB Aqua Spring

📋 copy color: '#EBEFEB'

red 235 ◦ green 239 ◦ blue 235

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

Shades of Aqua Spring #EBEFEB

Tints of Aqua Spring #EBEFEB

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 value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EBEFEB (or 0xEBEFEB) is known color: 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

RGB 235 239 235 -
CMYK 0.02 0 0.02 0.06
HSL 120º 0.11% 0.93% -
HSV(B) 120º 0.02% 0.94% -
XYZ 80.12 85.39 90.86 -
YUV 237.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 235 239 235 0.02 0 0.02 0.06 120 0.11 0.93
Hex EB EF EB 2 0 2 6 78 B 5D
Octal 353 357 353 2 0 2 6 170 13 135
Binary 11101011 11101111 11101011 10 0 10 110 1111000 1011 1011101

Color Harmonies of #EBEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFEB

Black with #EBEFEB

Text Example


Text Example

White with #EBEFEB

Text Example


Text Example

HTML Codes & Css Web 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>