#ACEBD6

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

Shades of Ice Cold #ACEBD6

Tints of Ice Cold #ACEBD6

Color information

#ACEBD6 (or 0xACEBD6) is unknown color: approx Ice Cold. HEX triplet: AC, EB and D6. RGB value is (172,235,214). Sum of RGB (Red+Green+Blue) = 172+235+214=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD6 is #531429. Grayscale: #D5D5D5. Windows color (decimal): -5444650 or 14085036. OLE color: 14085036.

HSL color Cylindrical-coordinate representation of color #ACEBD6: hue angle of 160º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBD6 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB172235214-
CMYK0.2700.090.08
HSL160º61.17%79.8%-
HSV(B)160º26.81%92.16%-
XYZ58.8673.0474.61-
YUV213.77128.1398.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=27.70%
G=37.84%
B=34.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352140.2700.090.0816061.1779.8
HexACEBD61B098a03d50
Octal254353326330111024075120
Binary10101100111010111101011011011010011000101000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBD6; }

 p { color: rgb(172,235,214); }

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

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

 a { background-color: rgb(172,235,214); }

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

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

 span { border-color: rgb(172,235,214); }

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