Html Css Color HEX #AFE1D9 Ice Cold

📋 copy color: '#AFE1D9'

red 175 ◦ green 225 ◦ blue 217

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

Shades of Ice Cold #AFE1D9

Tints of Ice Cold #AFE1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

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

R = 28.36%
G = 36.47%
B = 35.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#AFE1D9 (or 0xAFE1D9) is known color: Ice Cold. HEX triplet: AF, E1 and D9. RGB value is (175,225,217). Sum of RGB (Red+Green+Blue) = 175+225+217=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1D9 is #501E26. Grayscale: #D1D1D1. Windows color (decimal): -5250599 or 14279087. OLE color: 14279087.

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

Color convert

RGB 175 225 217 -
CMYK 0.22 0 0.04 0.12
HSL 170.4º 0.45% 0.78% -
HSV(B) 170.4º 0.22% 0.88% -
XYZ 57.13 67.97 75.75 -
YUV 209.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 175 225 217 0.22 0 0.04 0.12 170.4 0.45 0.78
Hex AF E1 D9 16 0 4 C AA 2D 4E
Octal 257 341 331 26 0 4 14 252 55 116
Binary 10101111 11100001 11011001 10110 0 100 1100 10101010 101101 1001110

Color Harmonies of #AFE1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1D9

Black with #AFE1D9

Text Example


Text Example

White with #AFE1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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