Html Css Color HEX #ADEEDF Water Leaf

📋 copy color: '#ADEEDF'

red 173 ◦ green 238 ◦ blue 223

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

Shades of Water Leaf #ADEEDF

Tints of Water Leaf #ADEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.54%

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

R = 27.29%
G = 37.54%
B = 35.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ADEEDF (or 0xADEEDF) is known color: Water Leaf. HEX triplet: AD, EE and DF. RGB value is (173,238,223). Sum of RGB (Red+Green+Blue) = 173+238+223=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEDF is #521120. Grayscale: #D8D8D8. Windows color (decimal): -5378337 or 14675629. OLE color: 14675629.

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

Color convert

RGB 173 238 223 -
CMYK 0.27 0 0.06 0.07
HSL 166.15º 0.66% 0.81% -
HSV(B) 166.15º 0.27% 0.93% -
XYZ 61.13 75.36 81.14 -
YUV 216.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 173 238 223 0.27 0 0.06 0.07 166.15 0.66 0.81
Hex AD EE DF 1B 0 6 7 A6 42 51
Octal 255 356 337 33 0 6 7 246 102 121
Binary 10101101 11101110 11011111 11011 0 110 111 10100110 1000010 1010001

Color Harmonies of #ADEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEEDF

Black with #ADEEDF

Text Example


Text Example

White with #ADEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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