Html Css Color HEX #AFCDCE Jungle Mist

📋 copy color: '#AFCDCE'

red 175 ◦ green 205 ◦ blue 206

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

Shades of Jungle Mist #AFCDCE

Tints of Jungle Mist #AFCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.98%

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

R = 29.86%
G = 34.98%
B = 35.15%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFCDCE (or 0xAFCDCE) is known color: Jungle Mist. HEX triplet: AF, CD and CE. RGB value is (175,205,206). Sum of RGB (Red+Green+Blue) = 175+205+206=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCE is #503231. Grayscale: #C4C4C4. Windows color (decimal): -5255730 or 13553071. OLE color: 13553071.

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

Color convert

RGB 175 205 206 -
CMYK 0.15 0.00 0 0.19
HSL 181.94º 0.24% 0.75% -
HSV(B) 181.94º 0.15% 0.81% -
XYZ 50.65 57.23 66.77 -
YUV 196.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 175 205 206 0.15 0.00 0 0.19 181.94 0.24 0.75
Hex AF CD CE F 0 0 13 B6 18 4B
Octal 257 315 316 17 0 0 23 266 30 113
Binary 10101111 11001101 11001110 1111 0 0 10011 10110110 11000 1001011

Color Harmonies of #AFCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDCE

Black with #AFCDCE

Text Example


Text Example

White with #AFCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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