Html Css Color HEX #AFDDD1 Ice Cold

📋 copy color: '#AFDDD1'

red 175 ◦ green 221 ◦ blue 209

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

Shades of Ice Cold #AFDDD1

Tints of Ice Cold #AFDDD1

RGB

 RED value IS 175 (68.75% from 255) = 28.93%

 GREEN value IS 221 (86.72% from 255) = 36.53%

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

R = 28.93%
G = 36.53%
B = 34.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#AFDDD1 (or 0xAFDDD1) is known color: Ice Cold. HEX triplet: AF, DD and D1. RGB value is (175,221,209). Sum of RGB (Red+Green+Blue) = 175+221+209=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD1 is #50222E. Grayscale: #CDCDCD. Windows color (decimal): -5251631 or 13753775. OLE color: 13753775.

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

Color convert

RGB 175 221 209 -
CMYK 0.21 0 0.05 0.13
HSL 164.35º 0.4% 0.78% -
HSV(B) 164.35º 0.21% 0.87% -
XYZ 55.04 65.43 70.05 -
YUV 205.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 175 221 209 0.21 0 0.05 0.13 164.35 0.4 0.78
Hex AF DD D1 15 0 5 D A4 28 4E
Octal 257 335 321 25 0 5 15 244 50 116
Binary 10101111 11011101 11010001 10101 0 101 1101 10100100 101000 1001110

Color Harmonies of #AFDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDD1

Black with #AFDDD1

Text Example


Text Example

White with #AFDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDD1; }

 p { color: rgb(175,221,209); }

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

background-color css

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

 a { background-color: rgb(175,221,209); }

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

border-color css

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

 span { border-color: rgb(175,221,209); }

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