Html Css Color HEX #A8C5CB Jungle Mist

📋 copy color: '#A8C5CB'

red 168 ◦ green 197 ◦ blue 203

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

Shades of Jungle Mist #A8C5CB

Tints of Jungle Mist #A8C5CB

RGB

 RED value IS 168 (66.02% from 255) = 29.58%

 GREEN value IS 197 (77.34% from 255) = 34.68%

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 29.58%
G = 34.68%
B = 35.74%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8C5CB (or 0xA8C5CB) is known color: Jungle Mist. HEX triplet: A8, C5 and CB. RGB value is (168,197,203). Sum of RGB (Red+Green+Blue) = 168+197+203=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8C5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C5CB is #573A34. Grayscale: #BCBCBC. Windows color (decimal): -5716533 or 13354408. OLE color: 13354408.

HSL color Cylindrical-coordinate representation of color #A8C5CB: hue angle of 190.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8C5CB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 197 203 -
CMYK 0.17 0.03 0 0.20
HSL 190.29º 0.25% 0.73% -
HSV(B) 190.29º 0.17% 0.8% -
XYZ 46.89 52.57 64.18 -
YUV 189.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 168 197 203 0.17 0.03 0 0.20 190.29 0.25 0.73
Hex A8 C5 CB 11 3 0 14 BE 19 49
Octal 250 305 313 21 3 0 24 276 31 111
Binary 10101000 11000101 11001011 10001 11 0 10100 10111110 11001 1001001

Color Harmonies of #A8C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C5CB

Black with #A8C5CB

Text Example


Text Example

White with #A8C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C5CB; }

 p { color: rgb(168,197,203); }

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

background-color css

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

 a { background-color: rgb(168,197,203); }

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

border-color css

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

 span { border-color: rgb(168,197,203); }

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