#A6EBE1

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

Shades of Ice Cold #A6EBE1

Tints of Ice Cold #A6EBE1

Color information

#A6EBE1 (or 0xA6EBE1) is unknown color: approx Ice Cold. HEX triplet: A6, EB and E1. RGB value is (166,235,225). Sum of RGB (Red+Green+Blue) = 166+235+225=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBE1 is #59141E. Grayscale: #D5D5D5. Windows color (decimal): -5837855 or 14805926. OLE color: 14805926.

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

Color convert

RGB166235225-
CMYK0.2900.040.08
HSL171.3º63.3%78.63%-
HSV(B)171.3º29.36%92.16%-
XYZ59.0272.9682.21-
YUV213.23134.6494.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.52%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=26.52%
G=37.54%
B=35.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662352250.2900.040.08171.363.378.63
HexA6EBE11D048ab3f4f
Octal24635334135041025377117
Binary1010011011101011111000011110101001000101010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBE1; }

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

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

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

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

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

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

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

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