Html Css Color HEX #ADE8DD Ice Cold

📋 copy color: '#ADE8DD'

red 173 ◦ green 232 ◦ blue 221

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

Shades of Ice Cold #ADE8DD

Tints of Ice Cold #ADE8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 27.64%
G = 37.06%
B = 35.3%

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

#ADE8DD (or 0xADE8DD) is known color: Ice Cold. HEX triplet: AD, E8 and DD. RGB value is (173,232,221). Sum of RGB (Red+Green+Blue) = 173+232+221=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DD is #521722. Grayscale: #D5D5D5. Windows color (decimal): -5379875 or 14543021. OLE color: 14543021.

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

Color convert

RGB 173 232 221 -
CMYK 0.25 0 0.05 0.09
HSL 168.81º 0.56% 0.79% -
HSV(B) 168.81º 0.25% 0.91% -
XYZ 59.14 71.82 79.15 -
YUV 213.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 173 232 221 0.25 0 0.05 0.09 168.81 0.56 0.79
Hex AD E8 DD 19 0 5 9 A9 38 4F
Octal 255 350 335 31 0 5 11 251 70 117
Binary 10101101 11101000 11011101 11001 0 101 1001 10101001 111000 1001111

Color Harmonies of #ADE8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8DD

Black with #ADE8DD

Text Example


Text Example

White with #ADE8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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