#EFFAF3

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

Shades of Bubbles #EFFAF3

Tints of Bubbles #EFFAF3

Color information

#EFFAF3 (or 0xEFFAF3) is unknown color: approx Bubbles. HEX triplet: EF, FA and F3. RGB value is (239,250,243). Sum of RGB (Red+Green+Blue) = 239+250+243=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 243 (95.31% from 255 or 33.20% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF3 is #10050C. Grayscale: #F5F5F5. Windows color (decimal): -1049869 or 15989487. OLE color: 15989487.

HSL color Cylindrical-coordinate representation of color #EFFAF3: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAF3 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB239250243-
CMYK0.0400.030.02
HSL141.82º52.38%95.88%-
HSV(B)141.82º4.4%98.04%-
XYZ85.9693.1998.25-
YUV245.91126.36123.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.65%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 243 (95.31% from 255) = 33.20%
R=32.65%
G=34.15%
B=33.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502430.0400.030.02141.8252.3895.88
HexEFFAF340328e3460
Octal357372363403221664140
Binary11101111111110101111001110001110100011101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF3; }

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

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

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

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

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

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

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

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