#EBF9F0

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

Shades of Bubbles #EBF9F0

Tints of Bubbles #EBF9F0

Color information

#EBF9F0 (or 0xEBF9F0) is unknown color: approx Bubbles. HEX triplet: EB, F9 and F0. RGB value is (235,249,240). Sum of RGB (Red+Green+Blue) = 235+249+240=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9F0 is #14060F. Grayscale: #F3F3F3. Windows color (decimal): -1312272 or 15792619. OLE color: 15792619.

HSL color Cylindrical-coordinate representation of color #EBF9F0: hue angle of 141.43º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF9F0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB235249240-
CMYK0.0600.040.02
HSL141.43º53.85%94.9%-
HSV(B)141.43º5.62%97.65%-
XYZ83.8691.795.72-
YUV243.79125.86121.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 249 (97.66% from 255) = 34.39%
BLUE value IS 240 (94.14% from 255) = 33.15%
R=32.46%
G=34.39%
B=33.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352492400.0600.040.02141.4353.8594.9
HexEBF9F060428d365f
Octal353371360604221566137
Binary111010111111100111110000110010010100011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9F0; }

 p { color: rgb(235,249,240); }

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

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

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

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

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

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

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