Html Css Color HEX #A1E3DB Ice Cold

📋 copy color: '#A1E3DB'

red 161 ◦ green 227 ◦ blue 219

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

Shades of Ice Cold #A1E3DB

Tints of Ice Cold #A1E3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.4%

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

R = 26.52%
G = 37.4%
B = 36.08%

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

#A1E3DB (or 0xA1E3DB) is known color: Ice Cold. HEX triplet: A1, E3 and DB. RGB value is (161,227,219). Sum of RGB (Red+Green+Blue) = 161+227+219=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3DB is #5E1C24. Grayscale: #CECECE. Windows color (decimal): -6167589 or 14410657. OLE color: 14410657.

HSL color Cylindrical-coordinate representation of color #A1E3DB: hue angle of 172.73º degrees, saturation: 0.54, 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 #A1E3DB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 227 219 -
CMYK 0.29 0 0.04 0.11
HSL 172.73º 0.54% 0.76% -
HSV(B) 172.73º 0.29% 0.89% -
XYZ 54.95 67.63 77.18 -
YUV 206.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 161 227 219 0.29 0 0.04 0.11 172.73 0.54 0.76
Hex A1 E3 DB 1D 0 4 B AD 36 4C
Octal 241 343 333 35 0 4 13 255 66 114
Binary 10100001 11100011 11011011 11101 0 100 1011 10101101 110110 1001100

Color Harmonies of #A1E3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E3DB

Black with #A1E3DB

Text Example


Text Example

White with #A1E3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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