#AFCBCC

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

Shades of Jungle Mist #AFCBCC

Tints of Jungle Mist #AFCBCC

Color information

#AFCBCC (or 0xAFCBCC) is unknown color: approx Jungle Mist. HEX triplet: AF, CB and CC. RGB value is (175,203,204). Sum of RGB (Red+Green+Blue) = 175+203+204=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBCC is #503433. Grayscale: #C2C2C2. Windows color (decimal): -5256244 or 13421487. OLE color: 13421487.

HSL color Cylindrical-coordinate representation of color #AFCBCC: hue angle of 182.07º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBCC is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175203204-
CMYK0.140.0000.2
HSL182.07º22.14%74.31%-
HSV(B)182.07º14.22%80%-
XYZ49.9356.1965.34-
YUV194.74133.22113.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=30.07%
G=34.88%
B=35.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752032040.140.0000.2182.0722.1474.31
HexAFCBCCE0014b6164a
Octal25731331416002426626112
Binary1010111111001011110011001110001010010110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBCC; }

 p { color: rgb(175,203,204); }

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

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

 a { background-color: rgb(175,203,204); }

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

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

 span { border-color: rgb(175,203,204); }

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