Html Css Color HEX #A2EEDA Ice Cold

📋 copy color: '#A2EEDA'

red 162 ◦ green 238 ◦ blue 218

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

Shades of Ice Cold #A2EEDA

Tints of Ice Cold #A2EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.51%

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 26.21%
G = 38.51%
B = 35.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A2EEDA (or 0xA2EEDA) is known color: Ice Cold. HEX triplet: A2, EE and DA. RGB value is (162,238,218). Sum of RGB (Red+Green+Blue) = 162+238+218=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEDA is #5D1125. Grayscale: #D4D4D4. Windows color (decimal): -6099238 or 14347938. OLE color: 14347938.

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

Color convert

RGB 162 238 218 -
CMYK 0.32 0 0.08 0.07
HSL 164.21º 0.69% 0.78% -
HSV(B) 164.21º 0.32% 0.93% -
XYZ 58.13 73.89 77.53 -
YUV 213 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 162 238 218 0.32 0 0.08 0.07 164.21 0.69 0.78
Hex A2 EE DA 20 0 8 7 A4 45 4E
Octal 242 356 332 40 0 10 7 244 105 116
Binary 10100010 11101110 11011010 100000 0 1000 111 10100100 1000101 1001110

Color Harmonies of #A2EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EEDA

Black with #A2EEDA

Text Example


Text Example

White with #A2EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EEDA; }

 p { color: rgb(162,238,218); }

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

background-color css

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

 a { background-color: rgb(162,238,218); }

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

border-color css

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

 span { border-color: rgb(162,238,218); }

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