Html Css Color HEX #8FCBA6 Vista Blue

📋 copy color: '#8FCBA6'

red 143 ◦ green 203 ◦ blue 166

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

Shades of Vista Blue #8FCBA6

Tints of Vista Blue #8FCBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.42%

R = 27.93%
G = 39.65%
B = 32.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#8FCBA6 (or 0x8FCBA6) is known color: Vista Blue. HEX triplet: 8F, CB and A6. RGB value is (143,203,166). Sum of RGB (Red+Green+Blue) = 143+203+166=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA6 is #703459. Grayscale: #B4B4B4. Windows color (decimal): -7353434 or 10931087. OLE color: 10931087.

HSL color Cylindrical-coordinate representation of color #8FCBA6: hue angle of 143º 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 #8FCBA6 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 203 166 -
CMYK 0.30 0 0.18 0.20
HSL 143º 0.37% 0.68% -
HSV(B) 143º 0.3% 0.8% -
XYZ 39.57 51.3 43.89 -
YUV 180.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 143 203 166 0.30 0 0.18 0.20 143 0.37 0.68
Hex 8F CB A6 1E 0 12 14 8F 25 44
Octal 217 313 246 36 0 22 24 217 45 104
Binary 10001111 11001011 10100110 11110 0 10010 10100 10001111 100101 1000100

Color Harmonies of #8FCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCBA6

Black with #8FCBA6

Text Example


Text Example

White with #8FCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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