Html Css Color HEX #ADEEDB Water Leaf

📋 copy color: '#ADEEDB'

red 173 ◦ green 238 ◦ blue 219

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

Shades of Water Leaf #ADEEDB

Tints of Water Leaf #ADEEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 27.46%
G = 37.78%
B = 34.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ADEEDB (or 0xADEEDB) is known color: Water Leaf. HEX triplet: AD, EE and DB. RGB value is (173,238,219). Sum of RGB (Red+Green+Blue) = 173+238+219=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEDB is #521124. Grayscale: #D8D8D8. Windows color (decimal): -5378341 or 14413485. OLE color: 14413485.

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

Color convert

RGB 173 238 219 -
CMYK 0.27 0 0.08 0.07
HSL 162.46º 0.66% 0.81% -
HSV(B) 162.46º 0.27% 0.93% -
XYZ 60.59 75.15 78.33 -
YUV 216.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 173 238 219 0.27 0 0.08 0.07 162.46 0.66 0.81
Hex AD EE DB 1B 0 8 7 A2 42 51
Octal 255 356 333 33 0 10 7 242 102 121
Binary 10101101 11101110 11011011 11011 0 1000 111 10100010 1000010 1010001

Color Harmonies of #ADEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEEDB

Black with #ADEEDB

Text Example


Text Example

White with #ADEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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