Html Css Color HEX #ADE1D6 Ice Cold

📋 copy color: '#ADE1D6'

red 173 ◦ green 225 ◦ blue 214

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

Shades of Ice Cold #ADE1D6

Tints of Ice Cold #ADE1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.97%

R = 28.27%
G = 36.76%
B = 34.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#ADE1D6 (or 0xADE1D6) is known color: Ice Cold. HEX triplet: AD, E1 and D6. RGB value is (173,225,214). Sum of RGB (Red+Green+Blue) = 173+225+214=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1D6 is #521E29. Grayscale: #D0D0D0. Windows color (decimal): -5381674 or 14082477. OLE color: 14082477.

HSL color Cylindrical-coordinate representation of color #ADE1D6: hue angle of 167.31º 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 #ADE1D6 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 214 -
CMYK 0.23 0 0.05 0.12
HSL 167.31º 0.46% 0.78% -
HSV(B) 167.31º 0.23% 0.88% -
XYZ 56.3 67.59 73.7 -
YUV 208.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 173 225 214 0.23 0 0.05 0.12 167.31 0.46 0.78
Hex AD E1 D6 17 0 5 C A7 2E 4E
Octal 255 341 326 27 0 5 14 247 56 116
Binary 10101101 11100001 11010110 10111 0 101 1100 10100111 101110 1001110

Color Harmonies of #ADE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE1D6

Black with #ADE1D6

Text Example


Text Example

White with #ADE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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