#EFFDF3

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

Shades of Bubbles #EFFDF3

Tints of Bubbles #EFFDF3

Color information

#EFFDF3 (or 0xEFFDF3) is unknown color: approx Bubbles. HEX triplet: EF, FD and F3. RGB value is (239,253,243). Sum of RGB (Red+Green+Blue) = 239+253+243=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 243 (95.31% from 255 or 33.06% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDF3 is #10020C. Grayscale: #F7F7F7. Windows color (decimal): -1049101 or 15990255. OLE color: 15990255.

HSL color Cylindrical-coordinate representation of color #EFFDF3: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFDF3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB239253243-
CMYK0.0600.040.01
HSL137.14º77.78%96.47%-
HSV(B)137.14º5.53%99.22%-
XYZ86.995.0798.56-
YUV247.67125.36121.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.52%
GREEN value IS 253 (99.22% from 255) = 34.42%
BLUE value IS 243 (95.31% from 255) = 33.06%
R=32.52%
G=34.42%
B=33.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532430.0600.040.01137.1477.7896.47
HexEFFDF36041894e60
Octal3573753636041211116140
Binary111011111111110111110011110010011000100110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDF3; }

 p { color: rgb(239,253,243); }

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

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

 a { background-color: rgb(239,253,243); }

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

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

 span { border-color: rgb(239,253,243); }

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