Html Css Color HEX #A6E2DD Ice Cold

📋 copy color: '#A6E2DD'

red 166 ◦ green 226 ◦ blue 221

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

Shades of Ice Cold #A6E2DD

Tints of Ice Cold #A6E2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.87%

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 27.08%
G = 36.87%
B = 36.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#A6E2DD (or 0xA6E2DD) is known color: Ice Cold. HEX triplet: A6, E2 and DD. RGB value is (166,226,221). Sum of RGB (Red+Green+Blue) = 166+226+221=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2DD is #591D22. Grayscale: #CFCFCF. Windows color (decimal): -5840163 or 14541478. OLE color: 14541478.

HSL color Cylindrical-coordinate representation of color #A6E2DD: hue angle of 175º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2DD is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 221 -
CMYK 0.27 0 0.02 0.11
HSL 175º 0.51% 0.77% -
HSV(B) 175º 0.27% 0.89% -
XYZ 55.97 67.72 78.53 -
YUV 207.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 166 226 221 0.27 0 0.02 0.11 175 0.51 0.77
Hex A6 E2 DD 1B 0 2 B AF 33 4D
Octal 246 342 335 33 0 2 13 257 63 115
Binary 10100110 11100010 11011101 11011 0 10 1011 10101111 110011 1001101

Color Harmonies of #A6E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2DD

Black with #A6E2DD

Text Example


Text Example

White with #A6E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2DD; }

 p { color: rgb(166,226,221); }

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

background-color css

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

 a { background-color: rgb(166,226,221); }

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

border-color css

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

 span { border-color: rgb(166,226,221); }

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