#ADEBDA

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

Shades of Ice Cold #ADEBDA

Tints of Ice Cold #ADEBDA

Color information

#ADEBDA (or 0xADEBDA) is unknown color: approx Ice Cold. HEX triplet: AD, EB and DA. RGB value is (173,235,218). Sum of RGB (Red+Green+Blue) = 173+235+218=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBDA is #521425. Grayscale: #D6D6D6. Windows color (decimal): -5379110 or 14347181. OLE color: 14347181.

HSL color Cylindrical-coordinate representation of color #ADEBDA: hue angle of 163.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBDA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB173235218-
CMYK0.2600.070.08
HSL163.55º60.78%80%-
HSV(B)163.55º26.38%92.16%-
XYZ59.673.3677.35-
YUV214.52129.9698.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=27.64%
G=37.54%
B=34.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732352180.2600.070.08163.5560.7880
HexADEBDA1A078a43d50
Octal25535333232071024475120
Binary1010110111101011110110101101001111000101001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBDA; }

 p { color: rgb(173,235,218); }

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

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

 a { background-color: rgb(173,235,218); }

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

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

 span { border-color: rgb(173,235,218); }

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