#ECFAF0

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

Shades of Bubbles #ECFAF0

Tints of Bubbles #ECFAF0

Color information

#ECFAF0 (or 0xECFAF0) is unknown color: approx Bubbles. HEX triplet: EC, FA and F0. RGB value is (236,250,240). Sum of RGB (Red+Green+Blue) = 236+250+240=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF0 is #13050F. Grayscale: #F4F4F4. Windows color (decimal): -1246480 or 15792876. OLE color: 15792876.

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

Color convert

RGB236250240-
CMYK0.0600.040.02
HSL137.14º58.33%95.29%-
HSV(B)137.14º5.6%98.04%-
XYZ84.5192.595.84-
YUV244.67125.36121.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.51%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 240 (94.14% from 255) = 33.06%
R=32.51%
G=34.44%
B=33.06%

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
Decimal2362502400.0600.040.02137.1458.3395.29
HexECFAF06042893a5f
Octal354372360604221172137
Binary111011001111101011110000110010010100010011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAF0; }

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

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

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

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

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

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

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

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