Html Css Color HEX #ADEAD9 Ice Cold

📋 copy color: '#ADEAD9'

red 173 ◦ green 234 ◦ blue 217

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

Shades of Ice Cold #ADEAD9

Tints of Ice Cold #ADEAD9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.5%

 BLUE value IS 217 (85.16% from 255) = 34.78%

R = 27.72%
G = 37.5%
B = 34.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#ADEAD9 (or 0xADEAD9) is known color: Ice Cold. HEX triplet: AD, EA and D9. RGB value is (173,234,217). Sum of RGB (Red+Green+Blue) = 173+234+217=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD9 is #521526. Grayscale: #D5D5D5. Windows color (decimal): -5379367 or 14281389. OLE color: 14281389.

HSL color Cylindrical-coordinate representation of color #ADEAD9: hue angle of 163.28º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEAD9 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 217 -
CMYK 0.26 0 0.07 0.08
HSL 163.28º 0.59% 0.8% -
HSV(B) 163.28º 0.26% 0.92% -
XYZ 59.18 72.74 76.57 -
YUV 213.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 173 234 217 0.26 0 0.07 0.08 163.28 0.59 0.8
Hex AD EA D9 1A 0 7 8 A3 3B 50
Octal 255 352 331 32 0 7 10 243 73 120
Binary 10101101 11101010 11011001 11010 0 111 1000 10100011 111011 1010000

Color Harmonies of #ADEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAD9

Black with #ADEAD9

Text Example


Text Example

White with #ADEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAD9; }

 p { color: rgb(173,234,217); }

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

background-color css

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

 a { background-color: rgb(173,234,217); }

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

border-color css

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

 span { border-color: rgb(173,234,217); }

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