Html Css Color HEX #8FD8B1 Vista Blue

📋 copy color: '#8FD8B1'

red 143 ◦ green 216 ◦ blue 177

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

Shades of Vista Blue #8FD8B1

Tints of Vista Blue #8FD8B1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.3%

 BLUE value IS 177 (69.53% from 255) = 33.02%

R = 26.68%
G = 40.3%
B = 33.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#8FD8B1 (or 0x8FD8B1) is known color: Vista Blue. HEX triplet: 8F, D8 and B1. RGB value is (143,216,177). Sum of RGB (Red+Green+Blue) = 143+216+177=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD8B1 is #70274E. Grayscale: #BDBDBD. Windows color (decimal): -7350095 or 11655311. OLE color: 11655311.

HSL color Cylindrical-coordinate representation of color #8FD8B1: hue angle of 147.95º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD8B1 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 216 177 -
CMYK 0.34 0 0.18 0.15
HSL 147.95º 0.48% 0.7% -
HSV(B) 147.95º 0.34% 0.85% -
XYZ 43.82 58.13 50.5 -
YUV 189.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 143 216 177 0.34 0 0.18 0.15 147.95 0.48 0.7
Hex 8F D8 B1 22 0 12 F 94 30 46
Octal 217 330 261 42 0 22 17 224 60 106
Binary 10001111 11011000 10110001 100010 0 10010 1111 10010100 110000 1000110

Color Harmonies of #8FD8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD8B1

Black with #8FD8B1

Text Example


Text Example

White with #8FD8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,216,177); }

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

background-color css

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

 a { background-color: rgb(143,216,177); }

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

border-color css

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

 span { border-color: rgb(143,216,177); }

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