Html Css Color HEX #A6E2DA Ice Cold

📋 copy color: '#A6E2DA'

red 166 ◦ green 226 ◦ blue 218

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

Shades of Ice Cold #A6E2DA

Tints of Ice Cold #A6E2DA

RGB

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

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

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

R = 27.21%
G = 37.05%
B = 35.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#A6E2DA (or 0xA6E2DA) is known color: Ice Cold. HEX triplet: A6, E2 and DA. RGB value is (166,226,218). Sum of RGB (Red+Green+Blue) = 166+226+218=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2DA is #591D25. Grayscale: #CFCFCF. Windows color (decimal): -5840166 or 14344870. OLE color: 14344870.

HSL color Cylindrical-coordinate representation of color #A6E2DA: hue angle of 172º 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 #A6E2DA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 218 -
CMYK 0.27 0 0.04 0.11
HSL 172º 0.51% 0.77% -
HSV(B) 172º 0.27% 0.89% -
XYZ 55.58 67.56 76.44 -
YUV 207.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 166 226 218 0.27 0 0.04 0.11 172 0.51 0.77
Hex A6 E2 DA 1B 0 4 B AC 33 4D
Octal 246 342 332 33 0 4 13 254 63 115
Binary 10100110 11100010 11011010 11011 0 100 1011 10101100 110011 1001101

Color Harmonies of #A6E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2DA

Black with #A6E2DA

Text Example


Text Example

White with #A6E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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