Html Css Color HEX #A1EDE1 Ice Cold

📋 copy color: '#A1EDE1'

red 161 ◦ green 237 ◦ blue 225

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

Shades of Ice Cold #A1EDE1

Tints of Ice Cold #A1EDE1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 25.84%
G = 38.04%
B = 36.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A1EDE1 (or 0xA1EDE1) is known color: Ice Cold. HEX triplet: A1, ED and E1. RGB value is (161,237,225). Sum of RGB (Red+Green+Blue) = 161+237+225=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDE1 is #5E121E. Grayscale: #D4D4D4. Windows color (decimal): -6165023 or 14806433. OLE color: 14806433.

HSL color Cylindrical-coordinate representation of color #A1EDE1: hue angle of 170.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDE1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 225 -
CMYK 0.32 0 0.05 0.07
HSL 170.53º 0.68% 0.78% -
HSV(B) 170.53º 0.32% 0.93% -
XYZ 58.57 73.58 82.35 -
YUV 212.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 161 237 225 0.32 0 0.05 0.07 170.53 0.68 0.78
Hex A1 ED E1 20 0 5 7 AB 44 4E
Octal 241 355 341 40 0 5 7 253 104 116
Binary 10100001 11101101 11100001 100000 0 101 111 10101011 1000100 1001110

Color Harmonies of #A1EDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDE1

Black with #A1EDE1

Text Example


Text Example

White with #A1EDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDE1; }

 p { color: rgb(161,237,225); }

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

background-color css

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

 a { background-color: rgb(161,237,225); }

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

border-color css

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

 span { border-color: rgb(161,237,225); }

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