Html Css Color HEX #AFCCCE Jungle Mist

📋 copy color: '#AFCCCE'

red 175 ◦ green 204 ◦ blue 206

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

Shades of Jungle Mist #AFCCCE

Tints of Jungle Mist #AFCCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 29.91%
G = 34.87%
B = 35.21%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFCCCE (or 0xAFCCCE) is known color: Jungle Mist. HEX triplet: AF, CC and CE. RGB value is (175,204,206). Sum of RGB (Red+Green+Blue) = 175+204+206=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCCE is #503331. Grayscale: #C3C3C3. Windows color (decimal): -5255986 or 13552815. OLE color: 13552815.

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

Color convert

RGB 175 204 206 -
CMYK 0.15 0.01 0 0.19
HSL 183.87º 0.24% 0.75% -
HSV(B) 183.87º 0.15% 0.81% -
XYZ 50.41 56.76 66.69 -
YUV 195.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 175 204 206 0.15 0.01 0 0.19 183.87 0.24 0.75
Hex AF CC CE F 1 0 13 B8 18 4B
Octal 257 314 316 17 1 0 23 270 30 113
Binary 10101111 11001100 11001110 1111 1 0 10011 10111000 11000 1001011

Color Harmonies of #AFCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCCE

Black with #AFCCCE

Text Example


Text Example

White with #AFCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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