#ADFDE6

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

Shades of Water Leaf #ADFDE6

Tints of Water Leaf #ADFDE6

Color information

#ADFDE6 (or 0xADFDE6) is unknown color: approx Water Leaf. HEX triplet: AD, FD and E6. RGB value is (173,253,230). Sum of RGB (Red+Green+Blue) = 173+253+230=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDE6 is #520219. Grayscale: #E2E2E2. Windows color (decimal): -5374490 or 15138221. OLE color: 15138221.

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

Color convert

RGB173253230-
CMYK0.3200.090.01
HSL162.75º95.24%83.53%-
HSV(B)162.75º31.62%99.22%-
XYZ66.6484.8587.73-
YUV226.4613089.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.37%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=26.37%
G=38.57%
B=35.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532300.3200.090.01162.7595.2483.53
HexADFDE620091a35f54
Octal255375346400111243137124
Binary1010110111111101111001101000000100111010001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDE6; }

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

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

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

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

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

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

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

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