Html Css Color HEX #A6DFCD Ice Cold

📋 copy color: '#A6DFCD'

red 166 ◦ green 223 ◦ blue 205

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

Shades of Ice Cold #A6DFCD

Tints of Ice Cold #A6DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.54%

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 27.95%
G = 37.54%
B = 34.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A6DFCD (or 0xA6DFCD) is known color: Ice Cold. HEX triplet: A6, DF and CD. RGB value is (166,223,205). Sum of RGB (Red+Green+Blue) = 166+223+205=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFCD is #592032. Grayscale: #CBCBCB. Windows color (decimal): -5840947 or 13492134. OLE color: 13492134.

HSL color Cylindrical-coordinate representation of color #A6DFCD: hue angle of 161.05º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFCD is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 205 -
CMYK 0.26 0 0.08 0.13
HSL 161.05º 0.47% 0.76% -
HSV(B) 161.05º 0.26% 0.87% -
XYZ 53.13 65.29 67.56 -
YUV 203.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 166 223 205 0.26 0 0.08 0.13 161.05 0.47 0.76
Hex A6 DF CD 1A 0 8 D A1 2F 4C
Octal 246 337 315 32 0 10 15 241 57 114
Binary 10100110 11011111 11001101 11010 0 1000 1101 10100001 101111 1001100

Color Harmonies of #A6DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFCD

Black with #A6DFCD

Text Example


Text Example

White with #A6DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFCD; }

 p { color: rgb(166,223,205); }

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

background-color css

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

 a { background-color: rgb(166,223,205); }

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

border-color css

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

 span { border-color: rgb(166,223,205); }

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