Html Css Color HEX #A1E4DD Ice Cold

📋 copy color: '#A1E4DD'

red 161 ◦ green 228 ◦ blue 221

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

Shades of Ice Cold #A1E4DD

Tints of Ice Cold #A1E4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 26.39%
G = 37.38%
B = 36.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#A1E4DD (or 0xA1E4DD) is known color: Ice Cold. HEX triplet: A1, E4 and DD. RGB value is (161,228,221). Sum of RGB (Red+Green+Blue) = 161+228+221=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4DD is #5E1B22. Grayscale: #CFCFCF. Windows color (decimal): -6167331 or 14541985. OLE color: 14541985.

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

Color convert

RGB 161 228 221 -
CMYK 0.29 0 0.03 0.11
HSL 173.73º 0.55% 0.76% -
HSV(B) 173.73º 0.29% 0.89% -
XYZ 55.49 68.28 78.66 -
YUV 207.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 161 228 221 0.29 0 0.03 0.11 173.73 0.55 0.76
Hex A1 E4 DD 1D 0 3 B AE 37 4C
Octal 241 344 335 35 0 3 13 256 67 114
Binary 10100001 11100100 11011101 11101 0 11 1011 10101110 110111 1001100

Color Harmonies of #A1E4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E4DD

Black with #A1E4DD

Text Example


Text Example

White with #A1E4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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