Html Css Color HEX #8DCBA5 Vista Blue

📋 copy color: '#8DCBA5'

red 141 ◦ green 203 ◦ blue 165

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

Shades of Vista Blue #8DCBA5

Tints of Vista Blue #8DCBA5

RGB

 RED value IS 141 (55.47% from 255) = 27.7%

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

 BLUE value IS 165 (64.84% from 255) = 32.42%

R = 27.7%
G = 39.88%
B = 32.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#8DCBA5 (or 0x8DCBA5) is known color: Vista Blue. HEX triplet: 8D, CB and A5. RGB value is (141,203,165). Sum of RGB (Red+Green+Blue) = 141+203+165=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBA5 is #72345A. Grayscale: #B4B4B4. Windows color (decimal): -7484507 or 10865549. OLE color: 10865549.

HSL color Cylindrical-coordinate representation of color #8DCBA5: hue angle of 143.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBA5 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 203 165 -
CMYK 0.31 0 0.19 0.20
HSL 143.23º 0.37% 0.67% -
HSV(B) 143.23º 0.31% 0.8% -
XYZ 39.13 51.09 43.4 -
YUV 180.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 141 203 165 0.31 0 0.19 0.20 143.23 0.37 0.67
Hex 8D CB A5 1F 0 13 14 8F 25 43
Octal 215 313 245 37 0 23 24 217 45 103
Binary 10001101 11001011 10100101 11111 0 10011 10100 10001111 100101 1000011

Color Harmonies of #8DCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBA5

Black with #8DCBA5

Text Example


Text Example

White with #8DCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DCBA5; }

 p { color: rgb(141,203,165); }

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

background-color css

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

 a { background-color: rgb(141,203,165); }

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

border-color css

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

 span { border-color: rgb(141,203,165); }

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