Html Css Color HEX #ACEBD7 Ice Cold

📋 copy color: '#ACEBD7'

red 172 ◦ green 235 ◦ blue 215

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

Shades of Ice Cold #ACEBD7

Tints of Ice Cold #ACEBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.57%

R = 27.65%
G = 37.78%
B = 34.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#ACEBD7 (or 0xACEBD7) is known color: Ice Cold. HEX triplet: AC, EB and D7. RGB value is (172,235,215). Sum of RGB (Red+Green+Blue) = 172+235+215=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD7 is #531428. Grayscale: #D5D5D5. Windows color (decimal): -5444649 or 14150572. OLE color: 14150572.

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

Color convert

RGB 172 235 215 -
CMYK 0.27 0 0.09 0.08
HSL 160.95º 0.61% 0.8% -
HSV(B) 160.95º 0.27% 0.92% -
XYZ 58.99 73.09 75.29 -
YUV 213.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 172 235 215 0.27 0 0.09 0.08 160.95 0.61 0.8
Hex AC EB D7 1B 0 9 8 A1 3D 50
Octal 254 353 327 33 0 11 10 241 75 120
Binary 10101100 11101011 11010111 11011 0 1001 1000 10100001 111101 1010000

Color Harmonies of #ACEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBD7

Black with #ACEBD7

Text Example


Text Example

White with #ACEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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