#AFE8DB

Color #AFE8DB Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #AFE8DB

Tints of Ice Cold #AFE8DB

Color information

#AFE8DB (or 0xAFE8DB) is unknown color: approx Ice Cold. HEX triplet: AF, E8 and DB. RGB value is (175,232,219). Sum of RGB (Red+Green+Blue) = 175+232+219=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8DB is #501724. Grayscale: #D5D5D5. Windows color (decimal): -5248805 or 14411951. OLE color: 14411951.

HSL color Cylindrical-coordinate representation of color #AFE8DB: hue angle of 166.32º 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 #AFE8DB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB175232219-
CMYK0.2500.060.09
HSL166.32º55.34%79.8%-
HSV(B)166.32º24.57%90.98%-
XYZ59.3271.9477.78-
YUV213.48131.12100.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=27.96%
G=37.06%
B=34.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752322190.2500.060.09166.3255.3479.8
HexAFE8DB19069a63750
Octal25735033331061124667120
Binary1010111111101000110110111100101101001101001101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8DB; }

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

 H1.HeaderClassName
 {
   color: #AFE8DB;
 }
 .AnyTagClassName
 {
   color: #AFE8DB;
 }
</style>
background-color css

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

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

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

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

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

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