#A5F0DB

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

Shades of Ice Cold #A5F0DB

Tints of Ice Cold #A5F0DB

Color information

#A5F0DB (or 0xA5F0DB) is unknown color: approx Ice Cold. HEX triplet: A5, F0 and DB. RGB value is (165,240,219). Sum of RGB (Red+Green+Blue) = 165+240+219=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F0DB is #5A0F24. Grayscale: #D7D7D7. Windows color (decimal): -5902117 or 14413989. OLE color: 14413989.

HSL color Cylindrical-coordinate representation of color #A5F0DB: hue angle of 163.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5F0DB is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB165240219-
CMYK0.3100.090.06
HSL163.2º71.43%79.41%-
HSV(B)163.2º31.25%94.12%-
XYZ59.4675.4378.44-
YUV215.18130.1592.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.44%
GREEN value IS 240 (94.14% from 255) = 38.46%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=26.44%
G=38.46%
B=35.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652402190.3100.090.06163.271.4379.41
HexA5F0DB1F096a3474f
Octal245360333370116243107117
Binary10100101111100001101101111111010011101010001110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0DB; }

 p { color: rgb(165,240,219); }

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

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

 a { background-color: rgb(165,240,219); }

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

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

 span { border-color: rgb(165,240,219); }

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