Html Css Color HEX #A1EBD7 Ice Cold

📋 copy color: '#A1EBD7'

red 161 ◦ green 235 ◦ blue 215

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

Shades of Ice Cold #A1EBD7

Tints of Ice Cold #A1EBD7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

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

R = 26.35%
G = 38.46%
B = 35.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A1EBD7 (or 0xA1EBD7) is known color: Ice Cold. HEX triplet: A1, EB and D7. RGB value is (161,235,215). Sum of RGB (Red+Green+Blue) = 161+235+215=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBD7 is #5E1428. Grayscale: #D2D2D2. Windows color (decimal): -6165545 or 14150561. OLE color: 14150561.

HSL color Cylindrical-coordinate representation of color #A1EBD7: hue angle of 163.78º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBD7 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 215 -
CMYK 0.31 0 0.09 0.08
HSL 163.78º 0.65% 0.78% -
HSV(B) 163.78º 0.31% 0.92% -
XYZ 56.67 71.9 75.18 -
YUV 210.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 161 235 215 0.31 0 0.09 0.08 163.78 0.65 0.78
Hex A1 EB D7 1F 0 9 8 A4 41 4E
Octal 241 353 327 37 0 11 10 244 101 116
Binary 10100001 11101011 11010111 11111 0 1001 1000 10100100 1000001 1001110

Color Harmonies of #A1EBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBD7

Black with #A1EBD7

Text Example


Text Example

White with #A1EBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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