#ADFDE8

Color #ADFDE8 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ADFDE8

Tints of Water Leaf #ADFDE8

Color information

#ADFDE8 (or 0xADFDE8) is unknown color: approx Water Leaf. HEX triplet: AD, FD and E8. RGB value is (173,253,232). Sum of RGB (Red+Green+Blue) = 173+253+232=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDE8 is #520217. Grayscale: #E2E2E2. Windows color (decimal): -5374488 or 15269293. OLE color: 15269293.

HSL color Cylindrical-coordinate representation of color #ADFDE8: hue angle of 164.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDE8 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB173253232-
CMYK0.3200.080.01
HSL164.25º95.24%83.53%-
HSV(B)164.25º31.62%99.22%-
XYZ66.9284.9689.22-
YUV226.6913189.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.29%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=26.29%
G=38.45%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532320.3200.080.01164.2595.2483.53
HexADFDE820081a45f54
Octal255375350400101244137124
Binary1010110111111101111010001000000100011010010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDE8; }

 p { color: rgb(173,253,232); }

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

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

 a { background-color: rgb(173,253,232); }

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

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

 span { border-color: rgb(173,253,232); }

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