Html Css Color HEX #ADDFD5 Ice Cold

📋 copy color: '#ADDFD5'

red 173 ◦ green 223 ◦ blue 213

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

Shades of Ice Cold #ADDFD5

Tints of Ice Cold #ADDFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 28.41%
G = 36.62%
B = 34.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#ADDFD5 (or 0xADDFD5) is known color: Ice Cold. HEX triplet: AD, DF and D5. RGB value is (173,223,213). Sum of RGB (Red+Green+Blue) = 173+223+213=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD5 is #52202A. Grayscale: #CECECE. Windows color (decimal): -5382187 or 14016429. OLE color: 14016429.

HSL color Cylindrical-coordinate representation of color #ADDFD5: hue angle of 168º 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 #ADDFD5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 213 -
CMYK 0.22 0 0.04 0.13
HSL 168º 0.44% 0.78% -
HSV(B) 168º 0.22% 0.87% -
XYZ 55.63 66.46 72.85 -
YUV 206.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 173 223 213 0.22 0 0.04 0.13 168 0.44 0.78
Hex AD DF D5 16 0 4 D A8 2C 4E
Octal 255 337 325 26 0 4 15 250 54 116
Binary 10101101 11011111 11010101 10110 0 100 1101 10101000 101100 1001110

Color Harmonies of #ADDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFD5

Black with #ADDFD5

Text Example


Text Example

White with #ADDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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