Html Css Color HEX #ACEBD9 Ice Cold

📋 copy color: '#ACEBD9'

red 172 ◦ green 235 ◦ blue 217

#ACEBD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #ACEBD9

Tints of Ice Cold #ACEBD9

RGB

 RED value IS 172 (67.58% from 255) = 27.56%

 GREEN value IS 235 (92.19% from 255) = 37.66%

 BLUE value IS 217 (85.16% from 255) = 34.78%

R = 27.56%
G = 37.66%
B = 34.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#ACEBD9 (or 0xACEBD9) is known color: Ice Cold. HEX triplet: AC, EB and D9. RGB value is (172,235,217). Sum of RGB (Red+Green+Blue) = 172+235+217=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD9 is #531426. Grayscale: #D6D6D6. Windows color (decimal): -5444647 or 14281644. OLE color: 14281644.

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

Color convert

RGB 172 235 217 -
CMYK 0.27 0 0.08 0.08
HSL 162.86º 0.61% 0.8% -
HSV(B) 162.86º 0.27% 0.92% -
XYZ 59.25 73.2 76.65 -
YUV 214.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 172 235 217 0.27 0 0.08 0.08 162.86 0.61 0.8
Hex AC EB D9 1B 0 8 8 A3 3D 50
Octal 254 353 331 33 0 10 10 243 75 120
Binary 10101100 11101011 11011001 11011 0 1000 1000 10100011 111101 1010000

Color Harmonies of #ACEBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBD9

Black with #ACEBD9

Text Example


Text Example

White with #ACEBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBD9; }

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

 H1.HeaderClassName
 {
   color: #ACEBD9;
 }
 .AnyTagClassName
 {
   color: #ACEBD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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