#A1EBDF

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

Shades of Ice Cold #A1EBDF

Tints of Ice Cold #A1EBDF

Color information

#A1EBDF (or 0xA1EBDF) is unknown color: approx Ice Cold. HEX triplet: A1, EB and DF. RGB value is (161,235,223). Sum of RGB (Red+Green+Blue) = 161+235+223=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBDF is #5E1420. Grayscale: #D3D3D3. Windows color (decimal): -6165537 or 14674849. OLE color: 14674849.

HSL color Cylindrical-coordinate representation of color #A1EBDF: hue angle of 170.27º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBDF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB161235223-
CMYK0.3100.050.08
HSL170.27º64.91%77.65%-
HSV(B)170.27º31.49%92.16%-
XYZ57.7372.3280.73-
YUV211.51134.4891.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=26.01%
G=37.96%
B=36.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352230.3100.050.08170.2764.9177.65
HexA1EBDF1F058aa414e
Octal241353337370510252101116
Binary10100001111010111101111111111010110001010101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBDF; }

 p { color: rgb(161,235,223); }

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

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

 a { background-color: rgb(161,235,223); }

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

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

 span { border-color: rgb(161,235,223); }

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