Html Css Color HEX #A1E4DB Ice Cold

📋 copy color: '#A1E4DB'

red 161 ◦ green 228 ◦ blue 219

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

Shades of Ice Cold #A1E4DB

Tints of Ice Cold #A1E4DB

RGB

 RED value IS 161 (63.28% from 255) = 26.48%

 GREEN value IS 228 (89.45% from 255) = 37.5%

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

R = 26.48%
G = 37.5%
B = 36.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#A1E4DB (or 0xA1E4DB) is known color: Ice Cold. HEX triplet: A1, E4 and DB. RGB value is (161,228,219). Sum of RGB (Red+Green+Blue) = 161+228+219=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4DB is #5E1B24. Grayscale: #CECECE. Windows color (decimal): -6167333 or 14410913. OLE color: 14410913.

HSL color Cylindrical-coordinate representation of color #A1E4DB: hue angle of 171.94º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4DB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 228 219 -
CMYK 0.29 0 0.04 0.11
HSL 171.94º 0.55% 0.76% -
HSV(B) 171.94º 0.29% 0.89% -
XYZ 55.23 68.18 77.27 -
YUV 206.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 161 228 219 0.29 0 0.04 0.11 171.94 0.55 0.76
Hex A1 E4 DB 1D 0 4 B AC 37 4C
Octal 241 344 333 35 0 4 13 254 67 114
Binary 10100001 11100100 11011011 11101 0 100 1011 10101100 110111 1001100

Color Harmonies of #A1E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E4DB

Black with #A1E4DB

Text Example


Text Example

White with #A1E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E4DB; }

 p { color: rgb(161,228,219); }

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

background-color css

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

 a { background-color: rgb(161,228,219); }

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

border-color css

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

 span { border-color: rgb(161,228,219); }

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