Html Css Color HEX #ADE4DE Ice Cold

📋 copy color: '#ADE4DE'

red 173 ◦ green 228 ◦ blue 222

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

Shades of Ice Cold #ADE4DE

Tints of Ice Cold #ADE4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.6%

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

R = 27.77%
G = 36.6%
B = 35.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#ADE4DE (or 0xADE4DE) is known color: Ice Cold. HEX triplet: AD, E4 and DE. RGB value is (173,228,222). Sum of RGB (Red+Green+Blue) = 173+228+222=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4DE is #521B21. Grayscale: #D2D2D2. Windows color (decimal): -5380898 or 14607533. OLE color: 14607533.

HSL color Cylindrical-coordinate representation of color #ADE4DE: hue angle of 173.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4DE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 228 222 -
CMYK 0.24 0 0.03 0.11
HSL 173.45º 0.5% 0.79% -
HSV(B) 173.45º 0.24% 0.89% -
XYZ 58.16 69.64 79.48 -
YUV 210.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 173 228 222 0.24 0 0.03 0.11 173.45 0.5 0.79
Hex AD E4 DE 18 0 3 B AD 32 4F
Octal 255 344 336 30 0 3 13 255 62 117
Binary 10101101 11100100 11011110 11000 0 11 1011 10101101 110010 1001111

Color Harmonies of #ADE4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE4DE

Black with #ADE4DE

Text Example


Text Example

White with #ADE4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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