Html Css Color HEX #ADE1DB Ice Cold

📋 copy color: '#ADE1DB'

red 173 ◦ green 225 ◦ blue 219

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

Shades of Ice Cold #ADE1DB

Tints of Ice Cold #ADE1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

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

R = 28.04%
G = 36.47%
B = 35.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#ADE1DB (or 0xADE1DB) is known color: Ice Cold. HEX triplet: AD, E1 and DB. RGB value is (173,225,219). Sum of RGB (Red+Green+Blue) = 173+225+219=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1DB is #521E24. Grayscale: #D0D0D0. Windows color (decimal): -5381669 or 14410157. OLE color: 14410157.

HSL color Cylindrical-coordinate representation of color #ADE1DB: hue angle of 173.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1DB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 219 -
CMYK 0.23 0 0.03 0.12
HSL 173.08º 0.46% 0.78% -
HSV(B) 173.08º 0.23% 0.88% -
XYZ 56.94 67.85 77.11 -
YUV 208.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 173 225 219 0.23 0 0.03 0.12 173.08 0.46 0.78
Hex AD E1 DB 17 0 3 C AD 2E 4E
Octal 255 341 333 27 0 3 14 255 56 116
Binary 10101101 11100001 11011011 10111 0 11 1100 10101101 101110 1001110

Color Harmonies of #ADE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE1DB

Black with #ADE1DB

Text Example


Text Example

White with #ADE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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