Html Css Color HEX #ACE9DA Ice Cold

📋 copy color: '#ACE9DA'

red 172 ◦ green 233 ◦ blue 218

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

Shades of Ice Cold #ACE9DA

Tints of Ice Cold #ACE9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.4%

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

R = 27.61%
G = 37.4%
B = 34.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ACE9DA (or 0xACE9DA) is known color: Ice Cold. HEX triplet: AC, E9 and DA. RGB value is (172,233,218). Sum of RGB (Red+Green+Blue) = 172+233+218=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9DA is #531625. Grayscale: #D5D5D5. Windows color (decimal): -5445158 or 14346668. OLE color: 14346668.

HSL color Cylindrical-coordinate representation of color #ACE9DA: hue angle of 165.25º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9DA is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 218 -
CMYK 0.26 0 0.06 0.09
HSL 165.25º 0.58% 0.79% -
HSV(B) 165.25º 0.26% 0.91% -
XYZ 58.81 72.11 77.15 -
YUV 213.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 172 233 218 0.26 0 0.06 0.09 165.25 0.58 0.79
Hex AC E9 DA 1A 0 6 9 A5 3A 4F
Octal 254 351 332 32 0 6 11 245 72 117
Binary 10101100 11101001 11011010 11010 0 110 1001 10100101 111010 1001111

Color Harmonies of #ACE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9DA

Black with #ACE9DA

Text Example


Text Example

White with #ACE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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