#A5EBDD

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

Shades of Ice Cold #A5EBDD

Tints of Ice Cold #A5EBDD

Color information

#A5EBDD (or 0xA5EBDD) is unknown color: approx Ice Cold. HEX triplet: A5, EB and DD. RGB value is (165,235,221). Sum of RGB (Red+Green+Blue) = 165+235+221=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBDD is #5A1422. Grayscale: #D4D4D4. Windows color (decimal): -5903395 or 14543781. OLE color: 14543781.

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

Color convert

RGB165235221-
CMYK0.3000.060.08
HSL168º63.64%78.43%-
HSV(B)168º29.79%92.16%-
XYZ58.2872.6479.36-
YUV212.47132.8194.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.57%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=26.57%
G=37.84%
B=35.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652352210.3000.060.0816863.6478.43
HexA5EBDD1E068a8404e
Octal245353335360610250100116
Binary10100101111010111101110111110011010001010100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBDD; }

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

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

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

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

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

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

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

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