Html Css Color HEX #ADEBDF Water Leaf

📋 copy color: '#ADEBDF'

red 173 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #ADEBDF

Tints of Water Leaf #ADEBDF

RGB

 RED value IS 173 (67.97% from 255) = 27.42%

 GREEN value IS 235 (92.19% from 255) = 37.24%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 27.42%
G = 37.24%
B = 35.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#ADEBDF (or 0xADEBDF) is known color: Water Leaf. HEX triplet: AD, EB and DF. RGB value is (173,235,223). Sum of RGB (Red+Green+Blue) = 173+235+223=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBDF is #521420. Grayscale: #D7D7D7. Windows color (decimal): -5379105 or 14674861. OLE color: 14674861.

HSL color Cylindrical-coordinate representation of color #ADEBDF: hue angle of 168.39º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBDF is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 223 -
CMYK 0.26 0 0.05 0.08
HSL 168.39º 0.61% 0.8% -
HSV(B) 168.39º 0.26% 0.92% -
XYZ 60.26 73.63 80.85 -
YUV 215.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 173 235 223 0.26 0 0.05 0.08 168.39 0.61 0.8
Hex AD EB DF 1A 0 5 8 A8 3D 50
Octal 255 353 337 32 0 5 10 250 75 120
Binary 10101101 11101011 11011111 11010 0 101 1000 10101000 111101 1010000

Color Harmonies of #ADEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBDF

Black with #ADEBDF

Text Example


Text Example

White with #ADEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBDF; }

 p { color: rgb(173,235,223); }

 H1.HeaderClassName
 {
   color: #ADEBDF;
 }
 .AnyTagClassName
 {
   color: #ADEBDF;
 }
</style>

background-color css

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

 a { background-color: rgb(173,235,223); }

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

border-color css

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

 span { border-color: rgb(173,235,223); }

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