Html Css Color HEX #A6DFCE Ice Cold

📋 copy color: '#A6DFCE'

red 166 ◦ green 223 ◦ blue 206

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

Shades of Ice Cold #A6DFCE

Tints of Ice Cold #A6DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 27.9%
G = 37.48%
B = 34.62%

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

#A6DFCE (or 0xA6DFCE) is known color: Ice Cold. HEX triplet: A6, DF and CE. RGB value is (166,223,206). Sum of RGB (Red+Green+Blue) = 166+223+206=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFCE is #592031. Grayscale: #CCCCCC. Windows color (decimal): -5840946 or 13557670. OLE color: 13557670.

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

Color convert

RGB 166 223 206 -
CMYK 0.26 0 0.08 0.13
HSL 162.11º 0.47% 0.76% -
HSV(B) 162.11º 0.26% 0.87% -
XYZ 53.25 65.34 68.2 -
YUV 204.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 166 223 206 0.26 0 0.08 0.13 162.11 0.47 0.76
Hex A6 DF CE 1A 0 8 D A2 2F 4C
Octal 246 337 316 32 0 10 15 242 57 114
Binary 10100110 11011111 11001110 11010 0 1000 1101 10100010 101111 1001100

Color Harmonies of #A6DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFCE

Black with #A6DFCE

Text Example


Text Example

White with #A6DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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