Html Css Color HEX #ACEADC Ice Cold

📋 copy color: '#ACEADC'

red 172 ◦ green 234 ◦ blue 220

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

Shades of Ice Cold #ACEADC

Tints of Ice Cold #ACEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.38%

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 27.48%
G = 37.38%
B = 35.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#ACEADC (or 0xACEADC) is known color: Ice Cold. HEX triplet: AC, EA and DC. RGB value is (172,234,220). Sum of RGB (Red+Green+Blue) = 172+234+220=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADC is #531523. Grayscale: #D5D5D5. Windows color (decimal): -5444900 or 14477996. OLE color: 14477996.

HSL color Cylindrical-coordinate representation of color #ACEADC: hue angle of 166.45º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEADC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 220 -
CMYK 0.26 0 0.06 0.08
HSL 166.45º 0.6% 0.8% -
HSV(B) 166.45º 0.26% 0.92% -
XYZ 59.35 72.78 78.63 -
YUV 213.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 172 234 220 0.26 0 0.06 0.08 166.45 0.6 0.8
Hex AC EA DC 1A 0 6 8 A6 3C 50
Octal 254 352 334 32 0 6 10 246 74 120
Binary 10101100 11101010 11011100 11010 0 110 1000 10100110 111100 1010000

Color Harmonies of #ACEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEADC

Black with #ACEADC

Text Example


Text Example

White with #ACEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEADC; }

 p { color: rgb(172,234,220); }

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

background-color css

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

 a { background-color: rgb(172,234,220); }

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

border-color css

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

 span { border-color: rgb(172,234,220); }

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