Html Css Color HEX #ADDFD1 Ice Cold

📋 copy color: '#ADDFD1'

red 173 ◦ green 223 ◦ blue 209

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

Shades of Ice Cold #ADDFD1

Tints of Ice Cold #ADDFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 28.6%
G = 36.86%
B = 34.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#ADDFD1 (or 0xADDFD1) is known color: Ice Cold. HEX triplet: AD, DF and D1. RGB value is (173,223,209). Sum of RGB (Red+Green+Blue) = 173+223+209=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD1 is #52202E. Grayscale: #CECECE. Windows color (decimal): -5382191 or 13754285. OLE color: 13754285.

HSL color Cylindrical-coordinate representation of color #ADDFD1: hue angle of 163.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFD1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 209 -
CMYK 0.22 0 0.06 0.13
HSL 163.2º 0.44% 0.78% -
HSV(B) 163.2º 0.22% 0.87% -
XYZ 55.13 66.26 70.21 -
YUV 206.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 173 223 209 0.22 0 0.06 0.13 163.2 0.44 0.78
Hex AD DF D1 16 0 6 D A3 2C 4E
Octal 255 337 321 26 0 6 15 243 54 116
Binary 10101101 11011111 11010001 10110 0 110 1101 10100011 101100 1001110

Color Harmonies of #ADDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFD1

Black with #ADDFD1

Text Example


Text Example

White with #ADDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFD1; }

 p { color: rgb(173,223,209); }

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

background-color css

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

 a { background-color: rgb(173,223,209); }

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

border-color css

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

 span { border-color: rgb(173,223,209); }

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