Html Css Color HEX #ADFDEB Water Leaf

📋 copy color: '#ADFDEB'

red 173 ◦ green 253 ◦ blue 235

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

Shades of Water Leaf #ADFDEB

Tints of Water Leaf #ADFDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.28%

 BLUE value IS 235 (92.19% from 255) = 35.55%

R = 26.17%
G = 38.28%
B = 35.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#ADFDEB (or 0xADFDEB) is known color: Water Leaf. HEX triplet: AD, FD and EB. RGB value is (173,253,235). Sum of RGB (Red+Green+Blue) = 173+253+235=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDEB is #520214. Grayscale: #E3E3E3. Windows color (decimal): -5374485 or 15465901. OLE color: 15465901.

HSL color Cylindrical-coordinate representation of color #ADFDEB: hue angle of 166.5º 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 #ADFDEB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 235 -
CMYK 0.32 0 0.07 0.01
HSL 166.5º 0.95% 0.84% -
HSV(B) 166.5º 0.32% 0.99% -
XYZ 67.35 85.13 91.48 -
YUV 227.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 173 253 235 0.32 0 0.07 0.01 166.5 0.95 0.84
Hex AD FD EB 20 0 7 1 A6 5F 54
Octal 255 375 353 40 0 7 1 246 137 124
Binary 10101101 11111101 11101011 100000 0 111 1 10100110 1011111 1010100

Color Harmonies of #ADFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDEB

Black with #ADFDEB

Text Example


Text Example

White with #ADFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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