Html Css Color HEX #ADE7DB Ice Cold

📋 copy color: '#ADE7DB'

red 173 ◦ green 231 ◦ blue 219

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

Shades of Ice Cold #ADE7DB

Tints of Ice Cold #ADE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.08%

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

R = 27.77%
G = 37.08%
B = 35.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#ADE7DB (or 0xADE7DB) is known color: Ice Cold. HEX triplet: AD, E7 and DB. RGB value is (173,231,219). Sum of RGB (Red+Green+Blue) = 173+231+219=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DB is #521824. Grayscale: #D4D4D4. Windows color (decimal): -5380133 or 14411693. OLE color: 14411693.

HSL color Cylindrical-coordinate representation of color #ADE7DB: hue angle of 167.59º degrees, saturation: 0.55, 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 #ADE7DB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 231 219 -
CMYK 0.25 0 0.05 0.09
HSL 167.59º 0.55% 0.79% -
HSV(B) 167.59º 0.25% 0.91% -
XYZ 58.6 71.15 77.66 -
YUV 212.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 173 231 219 0.25 0 0.05 0.09 167.59 0.55 0.79
Hex AD E7 DB 19 0 5 9 A8 37 4F
Octal 255 347 333 31 0 5 11 250 67 117
Binary 10101101 11100111 11011011 11001 0 101 1001 10101000 110111 1001111

Color Harmonies of #ADE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7DB

Black with #ADE7DB

Text Example


Text Example

White with #ADE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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