Html Css Color HEX #A6E4D8 Ice Cold

📋 copy color: '#A6E4D8'

red 166 ◦ green 228 ◦ blue 216

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

Shades of Ice Cold #A6E4D8

Tints of Ice Cold #A6E4D8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 27.21%
G = 37.38%
B = 35.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#A6E4D8 (or 0xA6E4D8) is known color: Ice Cold. HEX triplet: A6, E4 and D8. RGB value is (166,228,216). Sum of RGB (Red+Green+Blue) = 166+228+216=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4D8 is #591B27. Grayscale: #D0D0D0. Windows color (decimal): -5839656 or 14214310. OLE color: 14214310.

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

Color convert

RGB 166 228 216 -
CMYK 0.27 0 0.05 0.11
HSL 168.39º 0.53% 0.77% -
HSV(B) 168.39º 0.27% 0.89% -
XYZ 55.86 68.55 75.25 -
YUV 208.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 166 228 216 0.27 0 0.05 0.11 168.39 0.53 0.77
Hex A6 E4 D8 1B 0 5 B A8 35 4D
Octal 246 344 330 33 0 5 13 250 65 115
Binary 10100110 11100100 11011000 11011 0 101 1011 10101000 110101 1001101

Color Harmonies of #A6E4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E4D8

Black with #A6E4D8

Text Example


Text Example

White with #A6E4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E4D8; }

 p { color: rgb(166,228,216); }

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

background-color css

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

 a { background-color: rgb(166,228,216); }

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

border-color css

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

 span { border-color: rgb(166,228,216); }

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