#EBFEF1

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

Shades of Bubbles #EBFEF1

Tints of Bubbles #EBFEF1

Color information

#EBFEF1 (or 0xEBFEF1) is unknown color: approx Bubbles. HEX triplet: EB, FE and F1. RGB value is (235,254,241). Sum of RGB (Red+Green+Blue) = 235+254+241=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEF1 is #14010E. Grayscale: #F6F6F6. Windows color (decimal): -1310991 or 15859435. OLE color: 15859435.

HSL color Cylindrical-coordinate representation of color #EBFEF1: hue angle of 138.95º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFEF1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB235254241-
CMYK0.0700.050.00
HSL138.95º90.48%95.88%-
HSV(B)138.95º7.48%99.61%-
XYZ85.5894.997.03-
YUV246.84124.71119.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 254 (99.61% from 255) = 34.79%
BLUE value IS 241 (94.53% from 255) = 33.01%
R=32.19%
G=34.79%
B=33.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542410.0700.050.00138.9590.4895.88
HexEBFEF170508b5a60
Octal3533763617050213132140
Binary111010111111111011110001111010101000101110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEF1; }

 p { color: rgb(235,254,241); }

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

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

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

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

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

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

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