Html Css Color HEX #ACE9DD Ice Cold

📋 copy color: '#ACE9DD'

red 172 ◦ green 233 ◦ blue 221

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

Shades of Ice Cold #ACE9DD

Tints of Ice Cold #ACE9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.22%

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 27.48%
G = 37.22%
B = 35.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#ACE9DD (or 0xACE9DD) is known color: Ice Cold. HEX triplet: AC, E9 and DD. RGB value is (172,233,221). Sum of RGB (Red+Green+Blue) = 172+233+221=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9DD is #531622. Grayscale: #D5D5D5. Windows color (decimal): -5445155 or 14543276. OLE color: 14543276.

HSL color Cylindrical-coordinate representation of color #ACE9DD: hue angle of 168.2º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9DD is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 221 -
CMYK 0.26 0 0.05 0.09
HSL 168.2º 0.58% 0.79% -
HSV(B) 168.2º 0.26% 0.91% -
XYZ 59.2 72.27 79.24 -
YUV 213.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 172 233 221 0.26 0 0.05 0.09 168.2 0.58 0.79
Hex AC E9 DD 1A 0 5 9 A8 3A 4F
Octal 254 351 335 32 0 5 11 250 72 117
Binary 10101100 11101001 11011101 11010 0 101 1001 10101000 111010 1001111

Color Harmonies of #ACE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9DD

Black with #ACE9DD

Text Example


Text Example

White with #ACE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9DD; }

 p { color: rgb(172,233,221); }

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

background-color css

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

 a { background-color: rgb(172,233,221); }

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

border-color css

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

 span { border-color: rgb(172,233,221); }

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