Html Css Color HEX #A1E8D7 Ice Cold

📋 copy color: '#A1E8D7'

red 161 ◦ green 232 ◦ blue 215

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

Shades of Ice Cold #A1E8D7

Tints of Ice Cold #A1E8D7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.16%

 BLUE value IS 215 (84.38% from 255) = 35.36%

R = 26.48%
G = 38.16%
B = 35.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#A1E8D7 (or 0xA1E8D7) is known color: Ice Cold. HEX triplet: A1, E8 and D7. RGB value is (161,232,215). Sum of RGB (Red+Green+Blue) = 161+232+215=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8D7 is #5E1728. Grayscale: #D0D0D0. Windows color (decimal): -6166313 or 14149793. OLE color: 14149793.

HSL color Cylindrical-coordinate representation of color #A1E8D7: hue angle of 165.63º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8D7 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 232 215 -
CMYK 0.31 0 0.07 0.09
HSL 165.63º 0.61% 0.77% -
HSV(B) 165.63º 0.31% 0.91% -
XYZ 55.82 70.2 74.9 -
YUV 208.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 161 232 215 0.31 0 0.07 0.09 165.63 0.61 0.77
Hex A1 E8 D7 1F 0 7 9 A6 3D 4D
Octal 241 350 327 37 0 7 11 246 75 115
Binary 10100001 11101000 11010111 11111 0 111 1001 10100110 111101 1001101

Color Harmonies of #A1E8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E8D7

Black with #A1E8D7

Text Example


Text Example

White with #A1E8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E8D7; }

 p { color: rgb(161,232,215); }

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

background-color css

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

 a { background-color: rgb(161,232,215); }

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

border-color css

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

 span { border-color: rgb(161,232,215); }

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