#AFCCCD

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

Shades of Jungle Mist #AFCCCD

Tints of Jungle Mist #AFCCCD

Color information

#AFCCCD (or 0xAFCCCD) is unknown color: approx Jungle Mist. HEX triplet: AF, CC and CD. RGB value is (175,204,205). Sum of RGB (Red+Green+Blue) = 175+204+205=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCCD is #503332. Grayscale: #C3C3C3. Windows color (decimal): -5255987 or 13487279. OLE color: 13487279.

HSL color Cylindrical-coordinate representation of color #AFCCCD: hue angle of 182º 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 #AFCCCD is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175204205-
CMYK0.150.0000.20
HSL182º23.08%74.51%-
HSV(B)182º14.63%80.39%-
XYZ50.2956.7166.05-
YUV195.44133.39113.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=29.97%
G=34.93%
B=35.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752042050.150.0000.2018223.0874.51
HexAFCCCDF0014b6174b
Octal25731431517002426627113
Binary1010111111001100110011011111001010010110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCCD; }

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

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

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

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

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

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

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

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