Html Css Color HEX #ADE8DE Ice Cold

📋 copy color: '#ADE8DE'

red 173 ◦ green 232 ◦ blue 222

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

Shades of Ice Cold #ADE8DE

Tints of Ice Cold #ADE8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 27.59%
G = 37%
B = 35.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#ADE8DE (or 0xADE8DE) is known color: Ice Cold. HEX triplet: AD, E8 and DE. RGB value is (173,232,222). Sum of RGB (Red+Green+Blue) = 173+232+222=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DE is #521721. Grayscale: #D5D5D5. Windows color (decimal): -5379874 or 14608557. OLE color: 14608557.

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

Color convert

RGB 173 232 222 -
CMYK 0.25 0 0.04 0.09
HSL 169.83º 0.56% 0.79% -
HSV(B) 169.83º 0.25% 0.91% -
XYZ 59.28 71.87 79.86 -
YUV 213.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 173 232 222 0.25 0 0.04 0.09 169.83 0.56 0.79
Hex AD E8 DE 19 0 4 9 AA 38 4F
Octal 255 350 336 31 0 4 11 252 70 117
Binary 10101101 11101000 11011110 11001 0 100 1001 10101010 111000 1001111

Color Harmonies of #ADE8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8DE

Black with #ADE8DE

Text Example


Text Example

White with #ADE8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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