#ADEBD6

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

Shades of Ice Cold #ADEBD6

Tints of Ice Cold #ADEBD6

Color information

#ADEBD6 (or 0xADEBD6) is unknown color: approx Ice Cold. HEX triplet: AD, EB and D6. RGB value is (173,235,214). Sum of RGB (Red+Green+Blue) = 173+235+214=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBD6 is #521429. Grayscale: #D6D6D6. Windows color (decimal): -5379114 or 14085037. OLE color: 14085037.

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

Color convert

RGB173235214-
CMYK0.2600.090.08
HSL159.68º60.78%80%-
HSV(B)159.68º26.38%92.16%-
XYZ59.0873.1674.63-
YUV214.07127.9698.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=27.81%
G=37.78%
B=34.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732352140.2600.090.08159.6860.7880
HexADEBD61A098a03d50
Octal255353326320111024075120
Binary10101101111010111101011011010010011000101000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBD6; }

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

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

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

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

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

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

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

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