Html Css Color HEX #ACDFCE Ice Cold

📋 copy color: '#ACDFCE'

red 172 ◦ green 223 ◦ blue 206

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

Shades of Ice Cold #ACDFCE

Tints of Ice Cold #ACDFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.1%

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

R = 28.62%
G = 37.1%
B = 34.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#ACDFCE (or 0xACDFCE) is known color: Ice Cold. HEX triplet: AC, DF and CE. RGB value is (172,223,206). Sum of RGB (Red+Green+Blue) = 172+223+206=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCE is #532031. Grayscale: #CDCDCD. Windows color (decimal): -5447730 or 13557676. OLE color: 13557676.

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

Color convert

RGB 172 223 206 -
CMYK 0.23 0 0.08 0.13
HSL 160º 0.44% 0.77% -
HSV(B) 160º 0.23% 0.87% -
XYZ 54.54 66 68.26 -
YUV 205.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 172 223 206 0.23 0 0.08 0.13 160 0.44 0.77
Hex AC DF CE 17 0 8 D A0 2C 4D
Octal 254 337 316 27 0 10 15 240 54 115
Binary 10101100 11011111 11001110 10111 0 1000 1101 10100000 101100 1001101

Color Harmonies of #ACDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFCE

Black with #ACDFCE

Text Example


Text Example

White with #ACDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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