#A6EBDE

Color #A6EBDE Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A6EBDE

Tints of Ice Cold #A6EBDE

Color information

#A6EBDE (or 0xA6EBDE) is unknown color: approx Ice Cold. HEX triplet: A6, EB and DE. RGB value is (166,235,222). Sum of RGB (Red+Green+Blue) = 166+235+222=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBDE is #591421. Grayscale: #D4D4D4. Windows color (decimal): -5837858 or 14609318. OLE color: 14609318.

HSL color Cylindrical-coordinate representation of color #A6EBDE: hue angle of 168.7º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBDE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB166235222-
CMYK0.2900.060.08
HSL168.7º63.3%78.63%-
HSV(B)168.7º29.36%92.16%-
XYZ58.6272.880.07-
YUV212.89133.1494.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.65%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=26.65%
G=37.72%
B=35.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662352220.2900.060.08168.763.378.63
HexA6EBDE1D068a93f4f
Octal24635333635061025177117
Binary1010011011101011110111101110101101000101010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBDE; }

 p { color: rgb(166,235,222); }

 H1.HeaderClassName
 {
   color: #A6EBDE;
 }
 .AnyTagClassName
 {
   color: #A6EBDE;
 }
</style>
background-color css

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

 a { background-color: rgb(166,235,222); }

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

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

 span { border-color: rgb(166,235,222); }

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