Html Css Color HEX #ACDECE Ice Cold

📋 copy color: '#ACDECE'

red 172 ◦ green 222 ◦ blue 206

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

Shades of Ice Cold #ACDECE

Tints of Ice Cold #ACDECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

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

R = 28.67%
G = 37%
B = 34.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#ACDECE (or 0xACDECE) is known color: Ice Cold. HEX triplet: AC, DE and CE. RGB value is (172,222,206). Sum of RGB (Red+Green+Blue) = 172+222+206=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECE is #532131. Grayscale: #CDCDCD. Windows color (decimal): -5447986 or 13557420. OLE color: 13557420.

HSL color Cylindrical-coordinate representation of color #ACDECE: hue angle of 160.8º degrees, saturation: 0.43, 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 #ACDECE is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 206 -
CMYK 0.23 0 0.07 0.13
HSL 160.8º 0.43% 0.77% -
HSV(B) 160.8º 0.23% 0.87% -
XYZ 54.28 65.47 68.17 -
YUV 205.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 172 222 206 0.23 0 0.07 0.13 160.8 0.43 0.77
Hex AC DE CE 17 0 7 D A1 2B 4D
Octal 254 336 316 27 0 7 15 241 53 115
Binary 10101100 11011110 11001110 10111 0 111 1101 10100001 101011 1001101

Color Harmonies of #ACDECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDECE

Black with #ACDECE

Text Example


Text Example

White with #ACDECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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