Html Css Color HEX #ADE4D3 Ice Cold

📋 copy color: '#ADE4D3'

red 173 ◦ green 228 ◦ blue 211

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

Shades of Ice Cold #ADE4D3

Tints of Ice Cold #ADE4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.48%

R = 28.27%
G = 37.25%
B = 34.48%

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

#ADE4D3 (or 0xADE4D3) is known color: Ice Cold. HEX triplet: AD, E4 and D3. RGB value is (173,228,211). Sum of RGB (Red+Green+Blue) = 173+228+211=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4D3 is #521B2C. Grayscale: #D1D1D1. Windows color (decimal): -5380909 or 13886637. OLE color: 13886637.

HSL color Cylindrical-coordinate representation of color #ADE4D3: hue angle of 161.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 #ADE4D3 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 228 211 -
CMYK 0.24 0 0.07 0.11
HSL 161.45º 0.5% 0.79% -
HSV(B) 161.45º 0.24% 0.89% -
XYZ 56.73 69.07 71.97 -
YUV 209.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 173 228 211 0.24 0 0.07 0.11 161.45 0.5 0.79
Hex AD E4 D3 18 0 7 B A1 32 4F
Octal 255 344 323 30 0 7 13 241 62 117
Binary 10101101 11100100 11010011 11000 0 111 1011 10100001 110010 1001111

Color Harmonies of #ADE4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE4D3

Black with #ADE4D3

Text Example


Text Example

White with #ADE4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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