Html Css Color HEX #ADFDE6 Water Leaf

📋 copy color: '#ADFDE6'

red 173 ◦ green 253 ◦ blue 230

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

Shades of Water Leaf #ADFDE6

Tints of Water Leaf #ADFDE6

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

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 173 253 230 -
CMYK 0.32 0 0.09 0.01
HSL 162.75º 0.95% 0.84% -
HSV(B) 162.75º 0.32% 0.99% -
XYZ 66.64 84.85 87.73 -
YUV 226.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 173 253 230 0.32 0 0.09 0.01 162.75 0.95 0.84
Hex AD FD E6 20 0 9 1 A3 5F 54
Octal 255 375 346 40 0 11 1 243 137 124
Binary 10101101 11111101 11100110 100000 0 1001 1 10100011 1011111 1010100

Color Harmonies of #ADFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDE6

Black with #ADFDE6

Text Example


Text Example

White with #ADFDE6

Text Example


Text Example

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