#EDFFF3

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

Shades of Bubbles #EDFFF3

Tints of Bubbles #EDFFF3

Color information

#EDFFF3 (or 0xEDFFF3) is unknown color: approx Bubbles. HEX triplet: ED, FF and F3. RGB value is (237,255,243). Sum of RGB (Red+Green+Blue) = 237+255+243=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 243 (95.31% from 255 or 33.06% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFF3 is #12000C. Grayscale: #F8F8F8. Windows color (decimal): -1179661 or 15990765. OLE color: 15990765.

HSL color Cylindrical-coordinate representation of color #EDFFF3: hue angle of 140º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFFF3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB237255243-
CMYK0.0700.050
HSL140º100%96.47%-
HSV(B)140º7.06%100%-
XYZ86.869698.74-
YUV248.25125.04119.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.24%
GREEN value IS 255 (100% from 255) = 34.69%
BLUE value IS 243 (95.31% from 255) = 33.06%
R=32.24%
G=34.69%
B=33.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552430.0700.05014010096.47
HexEDFFF370508c6460
Octal3553773637050214144140
Binary111011011111111111110011111010101000110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFF3; }

 p { color: rgb(237,255,243); }

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

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

 a { background-color: rgb(237,255,243); }

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

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

 span { border-color: rgb(237,255,243); }

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