#EBFFF1

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

Shades of Bubbles #EBFFF1

Tints of Bubbles #EBFFF1

Color information

#EBFFF1 (or 0xEBFFF1) is unknown color: approx Bubbles. HEX triplet: EB, FF and F1. RGB value is (235,255,241). Sum of RGB (Red+Green+Blue) = 235+255+241=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 241 (94.53% from 255 or 32.97% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFF1 is #14000E. Grayscale: #F7F7F7. Windows color (decimal): -1310735 or 15859691. OLE color: 15859691.

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

Color convert

RGB235255241-
CMYK0.0800.050
HSL138º100%96.08%-
HSV(B)138º7.84%100%-
XYZ85.995.5397.13-
YUV247.42124.37119.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.15%
GREEN value IS 255 (100% from 255) = 34.88%
BLUE value IS 241 (94.53% from 255) = 32.97%
R=32.15%
G=34.88%
B=32.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352552410.0800.05013810096.08
HexEBFFF180508a6460
Octal35337736110050212144140
Binary1110101111111111111100011000010101000101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFF1; }

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

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

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

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

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

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

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

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