Html Css Color HEX #ACE6DA Ice Cold

📋 copy color: '#ACE6DA'

red 172 ◦ green 230 ◦ blue 218

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

Shades of Ice Cold #ACE6DA

Tints of Ice Cold #ACE6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.1%

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 27.74%
G = 37.1%
B = 35.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#ACE6DA (or 0xACE6DA) is known color: Ice Cold. HEX triplet: AC, E6 and DA. RGB value is (172,230,218). Sum of RGB (Red+Green+Blue) = 172+230+218=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6DA is #531925. Grayscale: #D3D3D3. Windows color (decimal): -5445926 or 14345900. OLE color: 14345900.

HSL color Cylindrical-coordinate representation of color #ACE6DA: hue angle of 167.59º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6DA is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 218 -
CMYK 0.25 0 0.05 0.10
HSL 167.59º 0.54% 0.79% -
HSV(B) 167.59º 0.25% 0.9% -
XYZ 57.96 70.43 76.87 -
YUV 211.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 172 230 218 0.25 0 0.05 0.10 167.59 0.54 0.79
Hex AC E6 DA 19 0 5 A A8 36 4F
Octal 254 346 332 31 0 5 12 250 66 117
Binary 10101100 11100110 11011010 11001 0 101 1010 10101000 110110 1001111

Color Harmonies of #ACE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6DA

Black with #ACE6DA

Text Example


Text Example

White with #ACE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6DA; }

 p { color: rgb(172,230,218); }

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

background-color css

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

 a { background-color: rgb(172,230,218); }

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

border-color css

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

 span { border-color: rgb(172,230,218); }

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