Html Css Color HEX #ACE6DE Ice Cold

📋 copy color: '#ACE6DE'

red 172 ◦ green 230 ◦ blue 222

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

Shades of Ice Cold #ACE6DE

Tints of Ice Cold #ACE6DE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.86%

 BLUE value IS 222 (87.11% from 255) = 35.58%

R = 27.56%
G = 36.86%
B = 35.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#ACE6DE (or 0xACE6DE) is known color: Ice Cold. HEX triplet: AC, E6 and DE. RGB value is (172,230,222). Sum of RGB (Red+Green+Blue) = 172+230+222=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6DE is #531921. Grayscale: #D3D3D3. Windows color (decimal): -5445922 or 14608044. OLE color: 14608044.

HSL color Cylindrical-coordinate representation of color #ACE6DE: hue angle of 171.72º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6DE is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 222 -
CMYK 0.25 0 0.03 0.10
HSL 171.72º 0.54% 0.79% -
HSV(B) 171.72º 0.25% 0.9% -
XYZ 58.49 70.64 79.66 -
YUV 211.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 172 230 222 0.25 0 0.03 0.10 171.72 0.54 0.79
Hex AC E6 DE 19 0 3 A AC 36 4F
Octal 254 346 336 31 0 3 12 254 66 117
Binary 10101100 11100110 11011110 11001 0 11 1010 10101100 110110 1001111

Color Harmonies of #ACE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6DE

Black with #ACE6DE

Text Example


Text Example

White with #ACE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6DE; }

 p { color: rgb(172,230,222); }

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

background-color css

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

 a { background-color: rgb(172,230,222); }

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

border-color css

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

 span { border-color: rgb(172,230,222); }

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