Html Css Color HEX #AFE1DD Ice Cold

📋 copy color: '#AFE1DD'

red 175 ◦ green 225 ◦ blue 221

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

Shades of Ice Cold #AFE1DD

Tints of Ice Cold #AFE1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 28.18%
G = 36.23%
B = 35.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#AFE1DD (or 0xAFE1DD) is known color: Ice Cold. HEX triplet: AF, E1 and DD. RGB value is (175,225,221). Sum of RGB (Red+Green+Blue) = 175+225+221=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1DD is #501E22. Grayscale: #D1D1D1. Windows color (decimal): -5250595 or 14541231. OLE color: 14541231.

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

Color convert

RGB 175 225 221 -
CMYK 0.22 0 0.02 0.12
HSL 175.2º 0.45% 0.78% -
HSV(B) 175.2º 0.22% 0.88% -
XYZ 57.66 68.18 78.53 -
YUV 209.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 175 225 221 0.22 0 0.02 0.12 175.2 0.45 0.78
Hex AF E1 DD 16 0 2 C AF 2D 4E
Octal 257 341 335 26 0 2 14 257 55 116
Binary 10101111 11100001 11011101 10110 0 10 1100 10101111 101101 1001110

Color Harmonies of #AFE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1DD

Black with #AFE1DD

Text Example


Text Example

White with #AFE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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