Html Css Color HEX #8FDEB0 Vista Blue

📋 copy color: '#8FDEB0'

red 143 ◦ green 222 ◦ blue 176

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

Shades of Vista Blue #8FDEB0

Tints of Vista Blue #8FDEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 26.43%
G = 41.04%
B = 32.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#8FDEB0 (or 0x8FDEB0) is known color: Vista Blue. HEX triplet: 8F, DE and B0. RGB value is (143,222,176). Sum of RGB (Red+Green+Blue) = 143+222+176=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEB0 is #70214F. Grayscale: #C1C1C1. Windows color (decimal): -7348560 or 11591311. OLE color: 11591311.

HSL color Cylindrical-coordinate representation of color #8FDEB0: hue angle of 145.06º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDEB0 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 222 176 -
CMYK 0.36 0 0.21 0.13
HSL 145.06º 0.54% 0.72% -
HSV(B) 145.06º 0.36% 0.87% -
XYZ 45.29 61.22 50.5 -
YUV 193.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 143 222 176 0.36 0 0.21 0.13 145.06 0.54 0.72
Hex 8F DE B0 24 0 15 D 91 36 48
Octal 217 336 260 44 0 25 15 221 66 110
Binary 10001111 11011110 10110000 100100 0 10101 1101 10010001 110110 1001000

Color Harmonies of #8FDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDEB0

Black with #8FDEB0

Text Example


Text Example

White with #8FDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,222,176); }

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

background-color css

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

 a { background-color: rgb(143,222,176); }

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

border-color css

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

 span { border-color: rgb(143,222,176); }

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