Html Css Color HEX #A5EED9 Ice Cold

📋 copy color: '#A5EED9'

red 165 ◦ green 238 ◦ blue 217

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

Shades of Ice Cold #A5EED9

Tints of Ice Cold #A5EED9

RGB

 RED value IS 165 (64.84% from 255) = 26.61%

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

 BLUE value IS 217 (85.16% from 255) = 35%

R = 26.61%
G = 38.39%
B = 35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A5EED9 (or 0xA5EED9) is known color: Ice Cold. HEX triplet: A5, EE and D9. RGB value is (165,238,217). Sum of RGB (Red+Green+Blue) = 165+238+217=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EED9 is #5A1126. Grayscale: #D5D5D5. Windows color (decimal): -5902631 or 14282405. OLE color: 14282405.

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

Color convert

RGB 165 238 217 -
CMYK 0.31 0 0.09 0.07
HSL 162.74º 0.68% 0.79% -
HSV(B) 162.74º 0.31% 0.93% -
XYZ 58.62 74.16 76.87 -
YUV 213.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 165 238 217 0.31 0 0.09 0.07 162.74 0.68 0.79
Hex A5 EE D9 1F 0 9 7 A3 44 4F
Octal 245 356 331 37 0 11 7 243 104 117
Binary 10100101 11101110 11011001 11111 0 1001 111 10100011 1000100 1001111

Color Harmonies of #A5EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EED9

Black with #A5EED9

Text Example


Text Example

White with #A5EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EED9; }

 p { color: rgb(165,238,217); }

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

background-color css

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

 a { background-color: rgb(165,238,217); }

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

border-color css

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

 span { border-color: rgb(165,238,217); }

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