#A5EBE1

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

Shades of Ice Cold #A5EBE1

Tints of Ice Cold #A5EBE1

Color information

#A5EBE1 (or 0xA5EBE1) is unknown color: approx Ice Cold. HEX triplet: A5, EB and E1. RGB value is (165,235,225). Sum of RGB (Red+Green+Blue) = 165+235+225=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBE1 is #5A141E. Grayscale: #D4D4D4. Windows color (decimal): -5903391 or 14805925. OLE color: 14805925.

HSL color Cylindrical-coordinate representation of color #A5EBE1: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBE1 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB165235225-
CMYK0.3000.040.08
HSL171.43º63.64%78.43%-
HSV(B)171.43º29.79%92.16%-
XYZ58.8272.8582.2-
YUV212.93134.8193.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.4%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 225 (88.28% from 255) = 36%
R=26.4%
G=37.6%
B=36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652352250.3000.040.08171.4363.6478.43
HexA5EBE11E048ab404e
Octal245353341360410253100116
Binary10100101111010111110000111110010010001010101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBE1; }

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

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

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

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

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

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

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

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