Html Css Color HEX #ADE2DE Ice Cold

📋 copy color: '#ADE2DE'

red 173 ◦ green 226 ◦ blue 222

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

Shades of Ice Cold #ADE2DE

Tints of Ice Cold #ADE2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

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

R = 27.86%
G = 36.39%
B = 35.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#ADE2DE (or 0xADE2DE) is known color: Ice Cold. HEX triplet: AD, E2 and DE. RGB value is (173,226,222). Sum of RGB (Red+Green+Blue) = 173+226+222=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DE is #521D21. Grayscale: #D1D1D1. Windows color (decimal): -5381410 or 14607021. OLE color: 14607021.

HSL color Cylindrical-coordinate representation of color #ADE2DE: hue angle of 175.47º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 226 222 -
CMYK 0.23 0 0.02 0.11
HSL 175.47º 0.48% 0.78% -
HSV(B) 175.47º 0.23% 0.89% -
XYZ 57.61 68.55 79.3 -
YUV 209.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 173 226 222 0.23 0 0.02 0.11 175.47 0.48 0.78
Hex AD E2 DE 17 0 2 B AF 30 4E
Octal 255 342 336 27 0 2 13 257 60 116
Binary 10101101 11100010 11011110 10111 0 10 1011 10101111 110000 1001110

Color Harmonies of #ADE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE2DE

Black with #ADE2DE

Text Example


Text Example

White with #ADE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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