Html Css Color HEX #ADE8DB Ice Cold

📋 copy color: '#ADE8DB'

red 173 ◦ green 232 ◦ blue 219

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

Shades of Ice Cold #ADE8DB

Tints of Ice Cold #ADE8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.18%

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

R = 27.72%
G = 37.18%
B = 35.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ADE8DB (or 0xADE8DB) is known color: Ice Cold. HEX triplet: AD, E8 and DB. RGB value is (173,232,219). Sum of RGB (Red+Green+Blue) = 173+232+219=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DB is #521724. Grayscale: #D4D4D4. Windows color (decimal): -5379877 or 14411949. OLE color: 14411949.

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

Color convert

RGB 173 232 219 -
CMYK 0.25 0 0.06 0.09
HSL 166.78º 0.56% 0.79% -
HSV(B) 166.78º 0.25% 0.91% -
XYZ 58.88 71.71 77.76 -
YUV 212.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 173 232 219 0.25 0 0.06 0.09 166.78 0.56 0.79
Hex AD E8 DB 19 0 6 9 A7 38 4F
Octal 255 350 333 31 0 6 11 247 70 117
Binary 10101101 11101000 11011011 11001 0 110 1001 10100111 111000 1001111

Color Harmonies of #ADE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8DB

Black with #ADE8DB

Text Example


Text Example

White with #ADE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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