Html Css Color HEX #ADE3D2 Ice Cold

📋 copy color: '#ADE3D2'

red 173 ◦ green 227 ◦ blue 210

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

Shades of Ice Cold #ADE3D2

Tints of Ice Cold #ADE3D2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.21%

 BLUE value IS 210 (82.42% from 255) = 34.43%

R = 28.36%
G = 37.21%
B = 34.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#ADE3D2 (or 0xADE3D2) is known color: Ice Cold. HEX triplet: AD, E3 and D2. RGB value is (173,227,210). Sum of RGB (Red+Green+Blue) = 173+227+210=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3D2 is #521C2D. Grayscale: #D0D0D0. Windows color (decimal): -5381166 or 13820845. OLE color: 13820845.

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

Color convert

RGB 173 227 210 -
CMYK 0.24 0 0.07 0.11
HSL 161.11º 0.49% 0.78% -
HSV(B) 161.11º 0.24% 0.89% -
XYZ 56.34 68.48 71.22 -
YUV 208.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 173 227 210 0.24 0 0.07 0.11 161.11 0.49 0.78
Hex AD E3 D2 18 0 7 B A1 31 4E
Octal 255 343 322 30 0 7 13 241 61 116
Binary 10101101 11100011 11010010 11000 0 111 1011 10100001 110001 1001110

Color Harmonies of #ADE3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE3D2

Black with #ADE3D2

Text Example


Text Example

White with #ADE3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE3D2; }

 p { color: rgb(173,227,210); }

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

background-color css

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

 a { background-color: rgb(173,227,210); }

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

border-color css

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

 span { border-color: rgb(173,227,210); }

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