#EFFAF2

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

Shades of Bubbles #EFFAF2

Tints of Bubbles #EFFAF2

Color information

#EFFAF2 (or 0xEFFAF2) is unknown color: approx Bubbles. HEX triplet: EF, FA and F2. RGB value is (239,250,242). Sum of RGB (Red+Green+Blue) = 239+250+242=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF2 is #10050D. Grayscale: #F5F5F5. Windows color (decimal): -1049870 or 15923951. OLE color: 15923951.

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

Color convert

RGB239250242-
CMYK0.0400.030.02
HSL136.36º52.38%95.88%-
HSV(B)136.36º4.4%98.04%-
XYZ85.8193.1397.46-
YUV245.8125.86123.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 242 (94.92% from 255) = 33.11%
R=32.69%
G=34.20%
B=33.11%

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
Decimal2392502420.0400.030.02136.3652.3895.88
HexEFFAF24032883460
Octal357372362403221064140
Binary11101111111110101111001010001110100010001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF2; }

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

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

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

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

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

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

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

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