Html Css Color HEX #A6DFCC Ice Cold

📋 copy color: '#A6DFCC'

red 166 ◦ green 223 ◦ blue 204

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

Shades of Ice Cold #A6DFCC

Tints of Ice Cold #A6DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 27.99%
G = 37.61%
B = 34.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A6DFCC (or 0xA6DFCC) is known color: Ice Cold. HEX triplet: A6, DF and CC. RGB value is (166,223,204). Sum of RGB (Red+Green+Blue) = 166+223+204=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFCC is #592033. Grayscale: #CBCBCB. Windows color (decimal): -5840948 or 13426598. OLE color: 13426598.

HSL color Cylindrical-coordinate representation of color #A6DFCC: hue angle of 160º 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 #A6DFCC is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 204 -
CMYK 0.26 0 0.09 0.13
HSL 160º 0.47% 0.76% -
HSV(B) 160º 0.26% 0.87% -
XYZ 53.01 65.24 66.93 -
YUV 203.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 166 223 204 0.26 0 0.09 0.13 160 0.47 0.76
Hex A6 DF CC 1A 0 9 D A0 2F 4C
Octal 246 337 314 32 0 11 15 240 57 114
Binary 10100110 11011111 11001100 11010 0 1001 1101 10100000 101111 1001100

Color Harmonies of #A6DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFCC

Black with #A6DFCC

Text Example


Text Example

White with #A6DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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