#EBFAF0

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

Shades of Bubbles #EBFAF0

Tints of Bubbles #EBFAF0

Color information

#EBFAF0 (or 0xEBFAF0) is unknown color: approx Bubbles. HEX triplet: EB, FA and F0. RGB value is (235,250,240). Sum of RGB (Red+Green+Blue) = 235+250+240=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAF0 is #14050F. Grayscale: #F4F4F4. Windows color (decimal): -1312016 or 15792875. OLE color: 15792875.

HSL color Cylindrical-coordinate representation of color #EBFAF0: hue angle of 140º degrees, saturation: 0.6, 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 #EBFAF0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB235250240-
CMYK0.0600.040.02
HSL140º60%95.1%-
HSV(B)140º6%98.04%-
XYZ84.1792.3295.82-
YUV244.38125.53121.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.41%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 240 (94.14% from 255) = 33.10%
R=32.41%
G=34.48%
B=33.10%

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
Decimal2352502400.0600.040.021406095.1
HexEBFAF060428c3c5f
Octal353372360604221474137
Binary111010111111101011110000110010010100011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAF0; }

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

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

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

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

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

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

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

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