#AFCDCE

Color #AFCDCE Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AFCDCE

Tints of Jungle Mist #AFCDCE

Color information

#AFCDCE (or 0xAFCDCE) is unknown color: approx Jungle Mist. HEX triplet: AF, CD and CE. RGB value is (175,205,206). Sum of RGB (Red+Green+Blue) = 175+205+206=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCE is #503231. Grayscale: #C4C4C4. Windows color (decimal): -5255730 or 13553071. OLE color: 13553071.

HSL color Cylindrical-coordinate representation of color #AFCDCE: hue angle of 181.94º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDCE is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175205206-
CMYK0.150.0000.19
HSL181.94º24.03%74.71%-
HSV(B)181.94º15.05%80.78%-
XYZ50.6557.2366.77-
YUV196.14133.56112.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=29.86%
G=34.98%
B=35.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752052060.150.0000.19181.9424.0374.71
HexAFCDCEF0013b6184b
Octal25731531617002326630113
Binary1010111111001101110011101111001001110110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDCE; }

 p { color: rgb(175,205,206); }

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

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

 a { background-color: rgb(175,205,206); }

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

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

 span { border-color: rgb(175,205,206); }

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