#ADEEE1

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

Shades of Water Leaf #ADEEE1

Tints of Water Leaf #ADEEE1

Color information

#ADEEE1 (or 0xADEEE1) is unknown color: approx Water Leaf. HEX triplet: AD, EE and E1. RGB value is (173,238,225). Sum of RGB (Red+Green+Blue) = 173+238+225=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEE1 is #52111E. Grayscale: #D9D9D9. Windows color (decimal): -5378335 or 14806701. OLE color: 14806701.

HSL color Cylindrical-coordinate representation of color #ADEEE1: hue angle of 168º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEEE1 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB173238225-
CMYK0.2700.050.07
HSL168º65.66%80.59%-
HSV(B)168º27.31%93.33%-
XYZ61.475.4782.57-
YUV217.08132.4796.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.20%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=27.20%
G=37.42%
B=35.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732382250.2700.050.0716865.6680.59
HexADEEE11B057a84251
Octal25535634133057250102121
Binary1010110111101110111000011101101011111010100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEE1; }

 p { color: rgb(173,238,225); }

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

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

 a { background-color: rgb(173,238,225); }

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

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

 span { border-color: rgb(173,238,225); }

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