#AFCBCD

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

Shades of Jungle Mist #AFCBCD

Tints of Jungle Mist #AFCBCD

Color information

#AFCBCD (or 0xAFCBCD) is unknown color: approx Jungle Mist. HEX triplet: AF, CB and CD. RGB value is (175,203,205). Sum of RGB (Red+Green+Blue) = 175+203+205=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBCD is #503432. Grayscale: #C2C2C2. Windows color (decimal): -5256243 or 13487023. OLE color: 13487023.

HSL color Cylindrical-coordinate representation of color #AFCBCD: hue angle of 184º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCBCD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175203205-
CMYK0.150.0100.20
HSL184º23.08%74.51%-
HSV(B)184º14.63%80.39%-
XYZ50.0556.2365.97-
YUV194.86133.72113.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=30.02%
G=34.82%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752032050.150.0100.2018423.0874.51
HexAFCBCDF1014b8174b
Octal25731331517102427027113
Binary1010111111001011110011011111101010010111000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBCD; }

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

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

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

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

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

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

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

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