Html Css Color HEX #ACDDCE Ice Cold

📋 copy color: '#ACDDCE'

red 172 ◦ green 221 ◦ blue 206

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

Shades of Ice Cold #ACDDCE

Tints of Ice Cold #ACDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.89%

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 28.71%
G = 36.89%
B = 34.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#ACDDCE (or 0xACDDCE) is known color: Ice Cold. HEX triplet: AC, DD and CE. RGB value is (172,221,206). Sum of RGB (Red+Green+Blue) = 172+221+206=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCE is #532231. Grayscale: #CCCCCC. Windows color (decimal): -5448242 or 13557164. OLE color: 13557164.

HSL color Cylindrical-coordinate representation of color #ACDDCE: hue angle of 161.63º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDCE is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 206 -
CMYK 0.22 0 0.07 0.13
HSL 161.63º 0.42% 0.77% -
HSV(B) 161.63º 0.22% 0.87% -
XYZ 54.01 64.94 68.08 -
YUV 204.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 172 221 206 0.22 0 0.07 0.13 161.63 0.42 0.77
Hex AC DD CE 16 0 7 D A2 2A 4D
Octal 254 335 316 26 0 7 15 242 52 115
Binary 10101100 11011101 11001110 10110 0 111 1101 10100010 101010 1001101

Color Harmonies of #ACDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDCE

Black with #ACDDCE

Text Example


Text Example

White with #ACDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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