Html Css Color HEX #ADFDE8 Water Leaf

📋 copy color: '#ADFDE8'

red 173 ◦ green 253 ◦ blue 232

#ADFDE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #ADFDE8

Tints of Water Leaf #ADFDE8

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 value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#ADFDE8 (or 0xADFDE8) is known color: 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

RGB 173 253 232 -
CMYK 0.32 0 0.08 0.01
HSL 164.25º 0.95% 0.84% -
HSV(B) 164.25º 0.32% 0.99% -
XYZ 66.92 84.96 89.22 -
YUV 226.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 173 253 232 0.32 0 0.08 0.01 164.25 0.95 0.84
Hex AD FD E8 20 0 8 1 A4 5F 54
Octal 255 375 350 40 0 10 1 244 137 124
Binary 10101101 11111101 11101000 100000 0 1000 1 10100100 1011111 1010100

Color Harmonies of #ADFDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDE8

Black with #ADFDE8

Text Example


Text Example

White with #ADFDE8

Text Example


Text Example

HTML Codes & Css Web 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>