Html Css Color HEX #A2EDE1 Ice Cold

📋 copy color: '#A2EDE1'

red 162 ◦ green 237 ◦ blue 225

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

Shades of Ice Cold #A2EDE1

Tints of Ice Cold #A2EDE1

RGB

 RED value IS 162 (63.67% from 255) = 25.96%

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

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

R = 25.96%
G = 37.98%
B = 36.06%

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

#A2EDE1 (or 0xA2EDE1) is known color: Ice Cold. HEX triplet: A2, ED and E1. RGB value is (162,237,225). Sum of RGB (Red+Green+Blue) = 162+237+225=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDE1 is #5D121E. Grayscale: #D5D5D5. Windows color (decimal): -6099487 or 14806434. OLE color: 14806434.

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

Color convert

RGB 162 237 225 -
CMYK 0.32 0 0.05 0.07
HSL 170.4º 0.68% 0.78% -
HSV(B) 170.4º 0.32% 0.93% -
XYZ 58.78 73.69 82.36 -
YUV 213.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 162 237 225 0.32 0 0.05 0.07 170.4 0.68 0.78
Hex A2 ED E1 20 0 5 7 AA 44 4E
Octal 242 355 341 40 0 5 7 252 104 116
Binary 10100010 11101101 11100001 100000 0 101 111 10101010 1000100 1001110

Color Harmonies of #A2EDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDE1

Black with #A2EDE1

Text Example


Text Example

White with #A2EDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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