Html Css Color HEX #A6E5D9 Ice Cold

📋 copy color: '#A6E5D9'

red 166 ◦ green 229 ◦ blue 217

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

Shades of Ice Cold #A6E5D9

Tints of Ice Cold #A6E5D9

RGB

 RED value IS 166 (65.23% from 255) = 27.12%

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 27.12%
G = 37.42%
B = 35.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#A6E5D9 (or 0xA6E5D9) is known color: Ice Cold. HEX triplet: A6, E5 and D9. RGB value is (166,229,217). Sum of RGB (Red+Green+Blue) = 166+229+217=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5D9 is #591A26. Grayscale: #D0D0D0. Windows color (decimal): -5839399 or 14280102. OLE color: 14280102.

HSL color Cylindrical-coordinate representation of color #A6E5D9: hue angle of 168.57º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5D9 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 229 217 -
CMYK 0.28 0 0.05 0.10
HSL 168.57º 0.55% 0.77% -
HSV(B) 168.57º 0.28% 0.9% -
XYZ 56.27 69.16 76.03 -
YUV 208.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 166 229 217 0.28 0 0.05 0.10 168.57 0.55 0.77
Hex A6 E5 D9 1C 0 5 A A9 37 4D
Octal 246 345 331 34 0 5 12 251 67 115
Binary 10100110 11100101 11011001 11100 0 101 1010 10101001 110111 1001101

Color Harmonies of #A6E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E5D9

Black with #A6E5D9

Text Example


Text Example

White with #A6E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E5D9; }

 p { color: rgb(166,229,217); }

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

background-color css

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

 a { background-color: rgb(166,229,217); }

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

border-color css

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

 span { border-color: rgb(166,229,217); }

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