Html Css Color HEX #ADE9DB Ice Cold

📋 copy color: '#ADE9DB'

red 173 ◦ green 233 ◦ blue 219

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

Shades of Ice Cold #ADE9DB

Tints of Ice Cold #ADE9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.28%

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

R = 27.68%
G = 37.28%
B = 35.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ADE9DB (or 0xADE9DB) is known color: Ice Cold. HEX triplet: AD, E9 and DB. RGB value is (173,233,219). Sum of RGB (Red+Green+Blue) = 173+233+219=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9DB is #521624. Grayscale: #D5D5D5. Windows color (decimal): -5379621 or 14412205. OLE color: 14412205.

HSL color Cylindrical-coordinate representation of color #ADE9DB: hue angle of 166º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9DB is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 219 -
CMYK 0.26 0 0.06 0.09
HSL 166º 0.58% 0.8% -
HSV(B) 166º 0.26% 0.91% -
XYZ 59.16 72.28 77.85 -
YUV 213.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 173 233 219 0.26 0 0.06 0.09 166 0.58 0.8
Hex AD E9 DB 1A 0 6 9 A6 3A 50
Octal 255 351 333 32 0 6 11 246 72 120
Binary 10101101 11101001 11011011 11010 0 110 1001 10100110 111010 1010000

Color Harmonies of #ADE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE9DB

Black with #ADE9DB

Text Example


Text Example

White with #ADE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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