Html Css Color HEX #AFCCCD Jungle Mist

📋 copy color: '#AFCCCD'

red 175 ◦ green 204 ◦ blue 205

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

Shades of Jungle Mist #AFCCCD

Tints of Jungle Mist #AFCCCD

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.1%

R = 29.97%
G = 34.93%
B = 35.1%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFCCCD (or 0xAFCCCD) is known color: 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

RGB 175 204 205 -
CMYK 0.15 0.00 0 0.20
HSL 182º 0.23% 0.75% -
HSV(B) 182º 0.15% 0.8% -
XYZ 50.29 56.71 66.05 -
YUV 195.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 175 204 205 0.15 0.00 0 0.20 182 0.23 0.75
Hex AF CC CD F 0 0 14 B6 17 4B
Octal 257 314 315 17 0 0 24 266 27 113
Binary 10101111 11001100 11001101 1111 0 0 10100 10110110 10111 1001011

Color Harmonies of #AFCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCCD

Black with #AFCCCD

Text Example


Text Example

White with #AFCCCD

Text Example


Text Example

HTML Codes & Css Web 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>