#EBFAF1

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

Shades of Bubbles #EBFAF1

Tints of Bubbles #EBFAF1

Color information

#EBFAF1 (or 0xEBFAF1) is unknown color: approx Bubbles. HEX triplet: EB, FA and F1. RGB value is (235,250,241). Sum of RGB (Red+Green+Blue) = 235+250+241=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAF1 is #14050E. Grayscale: #F4F4F4. Windows color (decimal): -1312015 or 15858411. OLE color: 15858411.

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

Color convert

RGB235250241-
CMYK0.0600.040.02
HSL144º60%95.1%-
HSV(B)144º6%98.04%-
XYZ84.3292.3896.61-
YUV244.49126.03121.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.37%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 241 (94.53% from 255) = 33.20%
R=32.37%
G=34.44%
B=33.20%

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
Decimal2352502410.0600.040.021446095.1
HexEBFAF16042903c5f
Octal353372361604222074137
Binary111010111111101011110001110010010100100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAF1; }

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

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

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

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

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

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

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

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