Html Css Color HEX #ACEADA Ice Cold

📋 copy color: '#ACEADA'

red 172 ◦ green 234 ◦ blue 218

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

Shades of Ice Cold #ACEADA

Tints of Ice Cold #ACEADA

RGB

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

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

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

R = 27.56%
G = 37.5%
B = 34.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#ACEADA (or 0xACEADA) is known color: Ice Cold. HEX triplet: AC, EA and DA. RGB value is (172,234,218). Sum of RGB (Red+Green+Blue) = 172+234+218=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADA is #531525. Grayscale: #D5D5D5. Windows color (decimal): -5444902 or 14346924. OLE color: 14346924.

HSL color Cylindrical-coordinate representation of color #ACEADA: hue angle of 164.52º 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 #ACEADA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 218 -
CMYK 0.26 0 0.07 0.08
HSL 164.52º 0.6% 0.8% -
HSV(B) 164.52º 0.26% 0.92% -
XYZ 59.09 72.68 77.24 -
YUV 213.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 172 234 218 0.26 0 0.07 0.08 164.52 0.6 0.8
Hex AC EA DA 1A 0 7 8 A5 3C 50
Octal 254 352 332 32 0 7 10 245 74 120
Binary 10101100 11101010 11011010 11010 0 111 1000 10100101 111100 1010000

Color Harmonies of #ACEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEADA

Black with #ACEADA

Text Example


Text Example

White with #ACEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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