Html Css Color HEX #A1E5DB Ice Cold

📋 copy color: '#A1E5DB'

red 161 ◦ green 229 ◦ blue 219

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

Shades of Ice Cold #A1E5DB

Tints of Ice Cold #A1E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

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

R = 26.44%
G = 37.6%
B = 35.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A1E5DB (or 0xA1E5DB) is known color: Ice Cold. HEX triplet: A1, E5 and DB. RGB value is (161,229,219). Sum of RGB (Red+Green+Blue) = 161+229+219=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5DB is #5E1A24. Grayscale: #CFCFCF. Windows color (decimal): -6167077 or 14411169. OLE color: 14411169.

HSL color Cylindrical-coordinate representation of color #A1E5DB: hue angle of 171.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5DB is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 219 -
CMYK 0.30 0 0.04 0.10
HSL 171.18º 0.57% 0.76% -
HSV(B) 171.18º 0.3% 0.9% -
XYZ 55.5 68.73 77.36 -
YUV 207.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 161 229 219 0.30 0 0.04 0.10 171.18 0.57 0.76
Hex A1 E5 DB 1E 0 4 A AB 39 4C
Octal 241 345 333 36 0 4 12 253 71 114
Binary 10100001 11100101 11011011 11110 0 100 1010 10101011 111001 1001100

Color Harmonies of #A1E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5DB

Black with #A1E5DB

Text Example


Text Example

White with #A1E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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