Html Css Color HEX #A6E3DD Ice Cold

📋 copy color: '#A6E3DD'

red 166 ◦ green 227 ◦ blue 221

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

Shades of Ice Cold #A6E3DD

Tints of Ice Cold #A6E3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.97%

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

R = 27.04%
G = 36.97%
B = 35.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#A6E3DD (or 0xA6E3DD) is known color: Ice Cold. HEX triplet: A6, E3 and DD. RGB value is (166,227,221). Sum of RGB (Red+Green+Blue) = 166+227+221=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3DD is #591C22. Grayscale: #D0D0D0. Windows color (decimal): -5839907 or 14541734. OLE color: 14541734.

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

Color convert

RGB 166 227 221 -
CMYK 0.27 0 0.03 0.11
HSL 174.1º 0.52% 0.77% -
HSV(B) 174.1º 0.27% 0.89% -
XYZ 56.25 68.27 78.62 -
YUV 208.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 166 227 221 0.27 0 0.03 0.11 174.1 0.52 0.77
Hex A6 E3 DD 1B 0 3 B AE 34 4D
Octal 246 343 335 33 0 3 13 256 64 115
Binary 10100110 11100011 11011101 11011 0 11 1011 10101110 110100 1001101

Color Harmonies of #A6E3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E3DD

Black with #A6E3DD

Text Example


Text Example

White with #A6E3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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