Html Css Color HEX #AFC8CD Jungle Mist

📋 copy color: '#AFC8CD'

red 175 ◦ green 200 ◦ blue 205

#AFC8CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AFC8CD

Tints of Jungle Mist #AFC8CD

RGB

 RED value IS 175 (68.75% from 255) = 30.17%

 GREEN value IS 200 (78.52% from 255) = 34.48%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 30.17%
G = 34.48%
B = 35.34%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFC8CD (or 0xAFC8CD) is known color: Jungle Mist. HEX triplet: AF, C8 and CD. RGB value is (175,200,205). Sum of RGB (Red+Green+Blue) = 175+200+205=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8CD is #503732. Grayscale: #C1C1C1. Windows color (decimal): -5257011 or 13486255. OLE color: 13486255.

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

Color convert

RGB 175 200 205 -
CMYK 0.15 0.02 0 0.20
HSL 190º 0.23% 0.75% -
HSV(B) 190º 0.15% 0.8% -
XYZ 49.35 54.83 65.74 -
YUV 193.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 175 200 205 0.15 0.02 0 0.20 190 0.23 0.75
Hex AF C8 CD F 2 0 14 BE 17 4B
Octal 257 310 315 17 2 0 24 276 27 113
Binary 10101111 11001000 11001101 1111 10 0 10100 10111110 10111 1001011

Color Harmonies of #AFC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8CD

Black with #AFC8CD

Text Example


Text Example

White with #AFC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8CD; }

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

 H1.HeaderClassName
 {
   color: #AFC8CD;
 }
 .AnyTagClassName
 {
   color: #AFC8CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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