Html Css Color HEX #8FCBA5 Vista Blue

📋 copy color: '#8FCBA5'

red 143 ◦ green 203 ◦ blue 165

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

Shades of Vista Blue #8FCBA5

Tints of Vista Blue #8FCBA5

RGB

 RED value IS 143 (56.25% from 255) = 27.98%

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

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

R = 27.98%
G = 39.73%
B = 32.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#8FCBA5 (or 0x8FCBA5) is known color: Vista Blue. HEX triplet: 8F, CB and A5. RGB value is (143,203,165). Sum of RGB (Red+Green+Blue) = 143+203+165=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA5 is #70345A. Grayscale: #B4B4B4. Windows color (decimal): -7353435 or 10865551. OLE color: 10865551.

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

Color convert

RGB 143 203 165 -
CMYK 0.30 0 0.19 0.20
HSL 142º 0.37% 0.68% -
HSV(B) 142º 0.3% 0.8% -
XYZ 39.48 51.27 43.41 -
YUV 180.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 143 203 165 0.30 0 0.19 0.20 142 0.37 0.68
Hex 8F CB A5 1E 0 13 14 8E 25 44
Octal 217 313 245 36 0 23 24 216 45 104
Binary 10001111 11001011 10100101 11110 0 10011 10100 10001110 100101 1000100

Color Harmonies of #8FCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCBA5

Black with #8FCBA5

Text Example


Text Example

White with #8FCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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