#ECFAF1

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

Shades of Bubbles #ECFAF1

Tints of Bubbles #ECFAF1

Color information

#ECFAF1 (or 0xECFAF1) is unknown color: approx Bubbles. HEX triplet: EC, FA and F1. RGB value is (236,250,241). Sum of RGB (Red+Green+Blue) = 236+250+241=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF1 is #13050E. Grayscale: #F4F4F4. Windows color (decimal): -1246479 or 15858412. OLE color: 15858412.

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

Color convert

RGB236250241-
CMYK0.0600.040.02
HSL141.43º58.33%95.29%-
HSV(B)141.43º5.6%98.04%-
XYZ84.6592.5596.62-
YUV244.79125.86121.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.46%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 241 (94.53% from 255) = 33.15%
R=32.46%
G=34.39%
B=33.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502410.0600.040.02141.4358.3395.29
HexECFAF160428d3a5f
Octal354372361604221572137
Binary111011001111101011110001110010010100011011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAF1; }

 p { color: rgb(236,250,241); }

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

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

 a { background-color: rgb(236,250,241); }

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

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

 span { border-color: rgb(236,250,241); }

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