Html Css Color HEX #AFCBCD Jungle Mist

📋 copy color: '#AFCBCD'

red 175 ◦ green 203 ◦ blue 205

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

Shades of Jungle Mist #AFCBCD

Tints of Jungle Mist #AFCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

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

R = 30.02%
G = 34.82%
B = 35.16%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFCBCD (or 0xAFCBCD) is known color: Jungle Mist. HEX triplet: AF, CB and CD. RGB value is (175,203,205). Sum of RGB (Red+Green+Blue) = 175+203+205=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBCD is #503432. Grayscale: #C2C2C2. Windows color (decimal): -5256243 or 13487023. OLE color: 13487023.

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

Color convert

RGB 175 203 205 -
CMYK 0.15 0.01 0 0.20
HSL 184º 0.23% 0.75% -
HSV(B) 184º 0.15% 0.8% -
XYZ 50.05 56.23 65.97 -
YUV 194.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 175 203 205 0.15 0.01 0 0.20 184 0.23 0.75
Hex AF CB CD F 1 0 14 B8 17 4B
Octal 257 313 315 17 1 0 24 270 27 113
Binary 10101111 11001011 11001101 1111 1 0 10100 10111000 10111 1001011

Color Harmonies of #AFCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBCD

Black with #AFCBCD

Text Example


Text Example

White with #AFCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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