Html Css Color HEX #AFE5DC Ice Cold

📋 copy color: '#AFE5DC'

red 175 ◦ green 229 ◦ blue 220

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

Shades of Ice Cold #AFE5DC

Tints of Ice Cold #AFE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.7%

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 28.04%
G = 36.7%
B = 35.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#AFE5DC (or 0xAFE5DC) is known color: Ice Cold. HEX triplet: AF, E5 and DC. RGB value is (175,229,220). Sum of RGB (Red+Green+Blue) = 175+229+220=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5DC is #501A23. Grayscale: #D3D3D3. Windows color (decimal): -5249572 or 14476719. OLE color: 14476719.

HSL color Cylindrical-coordinate representation of color #AFE5DC: hue angle of 170º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5DC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 220 -
CMYK 0.24 0 0.04 0.10
HSL 170º 0.51% 0.79% -
HSV(B) 170º 0.24% 0.9% -
XYZ 58.62 70.32 78.19 -
YUV 211.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 175 229 220 0.24 0 0.04 0.10 170 0.51 0.79
Hex AF E5 DC 18 0 4 A AA 33 4F
Octal 257 345 334 30 0 4 12 252 63 117
Binary 10101111 11100101 11011100 11000 0 100 1010 10101010 110011 1001111

Color Harmonies of #AFE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5DC

Black with #AFE5DC

Text Example


Text Example

White with #AFE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5DC; }

 p { color: rgb(175,229,220); }

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

background-color css

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

 a { background-color: rgb(175,229,220); }

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

border-color css

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

 span { border-color: rgb(175,229,220); }

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