Html Css Color HEX #ACEADB Ice Cold

📋 copy color: '#ACEADB'

red 172 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #ACEADB

Tints of Ice Cold #ACEADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 27.52%
G = 37.44%
B = 35.04%

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

#ACEADB (or 0xACEADB) is known color: Ice Cold. HEX triplet: AC, EA and DB. RGB value is (172,234,219). Sum of RGB (Red+Green+Blue) = 172+234+219=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADB is #531524. Grayscale: #D5D5D5. Windows color (decimal): -5444901 or 14412460. OLE color: 14412460.

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

Color convert

RGB 172 234 219 -
CMYK 0.26 0 0.06 0.08
HSL 165.48º 0.6% 0.8% -
HSV(B) 165.48º 0.26% 0.92% -
XYZ 59.22 72.73 77.93 -
YUV 213.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 172 234 219 0.26 0 0.06 0.08 165.48 0.6 0.8
Hex AC EA DB 1A 0 6 8 A5 3C 50
Octal 254 352 333 32 0 6 10 245 74 120
Binary 10101100 11101010 11011011 11010 0 110 1000 10100101 111100 1010000

Color Harmonies of #ACEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEADB

Black with #ACEADB

Text Example


Text Example

White with #ACEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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