Html Css Color HEX #A2EDE0 Ice Cold

📋 copy color: '#A2EDE0'

red 162 ◦ green 237 ◦ blue 224

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

Shades of Ice Cold #A2EDE0

Tints of Ice Cold #A2EDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.96%

R = 26%
G = 38.04%
B = 35.96%

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

#A2EDE0 (or 0xA2EDE0) is known color: Ice Cold. HEX triplet: A2, ED and E0. RGB value is (162,237,224). Sum of RGB (Red+Green+Blue) = 162+237+224=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDE0 is #5D121F. Grayscale: #D5D5D5. Windows color (decimal): -6099488 or 14740898. OLE color: 14740898.

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

Color convert

RGB 162 237 224 -
CMYK 0.32 0 0.05 0.07
HSL 169.6º 0.68% 0.78% -
HSV(B) 169.6º 0.32% 0.93% -
XYZ 58.64 73.63 81.64 -
YUV 213.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 162 237 224 0.32 0 0.05 0.07 169.6 0.68 0.78
Hex A2 ED E0 20 0 5 7 AA 44 4E
Octal 242 355 340 40 0 5 7 252 104 116
Binary 10100010 11101101 11100000 100000 0 101 111 10101010 1000100 1001110

Color Harmonies of #A2EDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDE0

Black with #A2EDE0

Text Example


Text Example

White with #A2EDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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