Html Css Color HEX #A1E4D8 Ice Cold

📋 copy color: '#A1E4D8'

red 161 ◦ green 228 ◦ blue 216

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

Shades of Ice Cold #A1E4D8

Tints of Ice Cold #A1E4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.7%

R = 26.61%
G = 37.69%
B = 35.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#A1E4D8 (or 0xA1E4D8) is known color: Ice Cold. HEX triplet: A1, E4 and D8. RGB value is (161,228,216). Sum of RGB (Red+Green+Blue) = 161+228+216=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4D8 is #5E1B27. Grayscale: #CECECE. Windows color (decimal): -6167336 or 14214305. OLE color: 14214305.

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

Color convert

RGB 161 228 216 -
CMYK 0.29 0 0.05 0.11
HSL 169.25º 0.55% 0.76% -
HSV(B) 169.25º 0.29% 0.89% -
XYZ 54.84 68.02 75.21 -
YUV 206.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 161 228 216 0.29 0 0.05 0.11 169.25 0.55 0.76
Hex A1 E4 D8 1D 0 5 B A9 37 4C
Octal 241 344 330 35 0 5 13 251 67 114
Binary 10100001 11100100 11011000 11101 0 101 1011 10101001 110111 1001100

Color Harmonies of #A1E4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E4D8

Black with #A1E4D8

Text Example


Text Example

White with #A1E4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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