Html Css Color HEX #ADDED2 Ice Cold

📋 copy color: '#ADDED2'

red 173 ◦ green 222 ◦ blue 210

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

Shades of Ice Cold #ADDED2

Tints of Ice Cold #ADDED2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

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

R = 28.6%
G = 36.69%
B = 34.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ADDED2 (or 0xADDED2) is known color: Ice Cold. HEX triplet: AD, DE and D2. RGB value is (173,222,210). Sum of RGB (Red+Green+Blue) = 173+222+210=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED2 is #52212D. Grayscale: #CDCDCD. Windows color (decimal): -5382446 or 13819565. OLE color: 13819565.

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

Color convert

RGB 173 222 210 -
CMYK 0.22 0 0.05 0.13
HSL 165.31º 0.43% 0.77% -
HSV(B) 165.31º 0.22% 0.87% -
XYZ 54.99 65.78 70.77 -
YUV 205.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 173 222 210 0.22 0 0.05 0.13 165.31 0.43 0.77
Hex AD DE D2 16 0 5 D A5 2B 4D
Octal 255 336 322 26 0 5 15 245 53 115
Binary 10101101 11011110 11010010 10110 0 101 1101 10100101 101011 1001101

Color Harmonies of #ADDED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDED2

Black with #ADDED2

Text Example


Text Example

White with #ADDED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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