Html Css Color HEX #ACEBDA Ice Cold

📋 copy color: '#ACEBDA'

red 172 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #ACEBDA

Tints of Ice Cold #ACEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.6%

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

R = 27.52%
G = 37.6%
B = 34.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#ACEBDA (or 0xACEBDA) is known color: Ice Cold. HEX triplet: AC, EB and DA. RGB value is (172,235,218). Sum of RGB (Red+Green+Blue) = 172+235+218=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBDA is #531425. Grayscale: #D6D6D6. Windows color (decimal): -5444646 or 14347180. OLE color: 14347180.

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

Color convert

RGB 172 235 218 -
CMYK 0.27 0 0.07 0.08
HSL 163.81º 0.61% 0.8% -
HSV(B) 163.81º 0.27% 0.92% -
XYZ 59.38 73.25 77.34 -
YUV 214.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 172 235 218 0.27 0 0.07 0.08 163.81 0.61 0.8
Hex AC EB DA 1B 0 7 8 A4 3D 50
Octal 254 353 332 33 0 7 10 244 75 120
Binary 10101100 11101011 11011010 11011 0 111 1000 10100100 111101 1010000

Color Harmonies of #ACEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBDA

Black with #ACEBDA

Text Example


Text Example

White with #ACEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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