Html Css Color HEX #AFE0D9 Ice Cold

📋 copy color: '#AFE0D9'

red 175 ◦ green 224 ◦ blue 217

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

Shades of Ice Cold #AFE0D9

Tints of Ice Cold #AFE0D9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 28.41%
G = 36.36%
B = 35.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#AFE0D9 (or 0xAFE0D9) is known color: Ice Cold. HEX triplet: AF, E0 and D9. RGB value is (175,224,217). Sum of RGB (Red+Green+Blue) = 175+224+217=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0D9 is #501F26. Grayscale: #D0D0D0. Windows color (decimal): -5250855 or 14278831. OLE color: 14278831.

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

Color convert

RGB 175 224 217 -
CMYK 0.22 0 0.03 0.12
HSL 171.43º 0.44% 0.78% -
HSV(B) 171.43º 0.22% 0.88% -
XYZ 56.86 67.44 75.67 -
YUV 208.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 175 224 217 0.22 0 0.03 0.12 171.43 0.44 0.78
Hex AF E0 D9 16 0 3 C AB 2C 4E
Octal 257 340 331 26 0 3 14 253 54 116
Binary 10101111 11100000 11011001 10110 0 11 1100 10101011 101100 1001110

Color Harmonies of #AFE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0D9

Black with #AFE0D9

Text Example


Text Example

White with #AFE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0D9; }

 p { color: rgb(175,224,217); }

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

background-color css

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

 a { background-color: rgb(175,224,217); }

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

border-color css

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

 span { border-color: rgb(175,224,217); }

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