#ADF9E6

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

Shades of Water Leaf #ADF9E6

Tints of Water Leaf #ADF9E6

Color information

#ADF9E6 (or 0xADF9E6) is unknown color: approx Water Leaf. HEX triplet: AD, F9 and E6. RGB value is (173,249,230). Sum of RGB (Red+Green+Blue) = 173+249+230=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9E6 is #520619. Grayscale: #E0E0E0. Windows color (decimal): -5375514 or 15137197. OLE color: 15137197.

HSL color Cylindrical-coordinate representation of color #ADF9E6: hue angle of 165º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9E6 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB173249230-
CMYK0.3100.080.02
HSL165º86.36%82.75%-
HSV(B)165º30.52%97.65%-
XYZ65.3982.3587.31-
YUV224.11131.3291.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.53%
GREEN value IS 249 (97.66% from 255) = 38.19%
BLUE value IS 230 (90.23% from 255) = 35.28%
R=26.53%
G=38.19%
B=35.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732492300.3100.080.0216586.3682.75
HexADF9E61F082a55653
Octal255371346370102245126123
Binary1010110111111001111001101111101000101010010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9E6; }

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

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

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

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

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

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

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

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