#ECFFF2

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

Shades of Bubbles #ECFFF2

Tints of Bubbles #ECFFF2

Color information

#ECFFF2 (or 0xECFFF2) is unknown color: approx Bubbles. HEX triplet: EC, FF and F2. RGB value is (236,255,242). Sum of RGB (Red+Green+Blue) = 236+255+242=733 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.20% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 242 (94.92% from 255 or 33.02% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFFF2 is #13000D. Grayscale: #F7F7F7. Windows color (decimal): -1245198 or 15925228. OLE color: 15925228.

HSL color Cylindrical-coordinate representation of color #ECFFF2: hue angle of 138.95º 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 #ECFFF2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB236255242-
CMYK0.0700.050
HSL138.95º100%96.27%-
HSV(B)138.95º7.45%100%-
XYZ86.3895.7697.94-
YUV247.84124.71119.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.20%
GREEN value IS 255 (100% from 255) = 34.79%
BLUE value IS 242 (94.92% from 255) = 33.02%
R=32.20%
G=34.79%
B=33.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362552420.0700.050138.9510096.27
HexECFFF270508b6460
Octal3543773627050213144140
Binary111011001111111111110010111010101000101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFF2; }

 p { color: rgb(236,255,242); }

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

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

 a { background-color: rgb(236,255,242); }

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

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

 span { border-color: rgb(236,255,242); }

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