Html Css Color HEX #AFE8DC Ice Cold

📋 copy color: '#AFE8DC'

red 175 ◦ green 232 ◦ blue 220

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

Shades of Ice Cold #AFE8DC

Tints of Ice Cold #AFE8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37%

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

R = 27.91%
G = 37%
B = 35.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#AFE8DC (or 0xAFE8DC) is known color: Ice Cold. HEX triplet: AF, E8 and DC. RGB value is (175,232,220). Sum of RGB (Red+Green+Blue) = 175+232+220=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8DC is #501723. Grayscale: #D5D5D5. Windows color (decimal): -5248804 or 14477487. OLE color: 14477487.

HSL color Cylindrical-coordinate representation of color #AFE8DC: hue angle of 167.37º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8DC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 220 -
CMYK 0.25 0 0.05 0.09
HSL 167.37º 0.55% 0.8% -
HSV(B) 167.37º 0.25% 0.91% -
XYZ 59.45 71.99 78.47 -
YUV 213.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 175 232 220 0.25 0 0.05 0.09 167.37 0.55 0.8
Hex AF E8 DC 19 0 5 9 A7 37 50
Octal 257 350 334 31 0 5 11 247 67 120
Binary 10101111 11101000 11011100 11001 0 101 1001 10100111 110111 1010000

Color Harmonies of #AFE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8DC

Black with #AFE8DC

Text Example


Text Example

White with #AFE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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