Html Css Color HEX #8FC9AB Vista Blue

📋 copy color: '#8FC9AB'

red 143 ◦ green 201 ◦ blue 171

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

Shades of Vista Blue #8FC9AB

Tints of Vista Blue #8FC9AB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 27.77%
G = 39.03%
B = 33.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#8FC9AB (or 0x8FC9AB) is known color: Vista Blue. HEX triplet: 8F, C9 and AB. RGB value is (143,201,171). Sum of RGB (Red+Green+Blue) = 143+201+171=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC9AB is #703654. Grayscale: #B4B4B4. Windows color (decimal): -7353941 or 11258255. OLE color: 11258255.

HSL color Cylindrical-coordinate representation of color #8FC9AB: hue angle of 148.97º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC9AB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 201 171 -
CMYK 0.29 0 0.15 0.21
HSL 148.97º 0.35% 0.67% -
HSV(B) 148.97º 0.29% 0.79% -
XYZ 39.57 50.55 46.2 -
YUV 180.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 143 201 171 0.29 0 0.15 0.21 148.97 0.35 0.67
Hex 8F C9 AB 1D 0 F 15 95 23 43
Octal 217 311 253 35 0 17 25 225 43 103
Binary 10001111 11001001 10101011 11101 0 1111 10101 10010101 100011 1000011

Color Harmonies of #8FC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC9AB

Black with #8FC9AB

Text Example


Text Example

White with #8FC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,201,171); }

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

background-color css

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

 a { background-color: rgb(143,201,171); }

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

border-color css

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

 span { border-color: rgb(143,201,171); }

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