#8FDBB0

Color #8FDBB0 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8FDBB0

Tints of Vista Blue #8FDBB0

Color information

#8FDBB0 (or 0x8FDBB0) is unknown color: approx Vista Blue. HEX triplet: 8F, DB and B0. RGB value is (143,219,176). Sum of RGB (Red+Green+Blue) = 143+219+176=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBB0 is #70244F. Grayscale: #BFBFBF. Windows color (decimal): -7349328 or 11590543. OLE color: 11590543.

HSL color Cylindrical-coordinate representation of color #8FDBB0: hue angle of 146.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBB0 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB143219176-
CMYK0.3500.200.14
HSL146.05º51.35%70.98%-
HSV(B)146.05º34.7%85.88%-
XYZ44.559.6450.24-
YUV191.37119.3293.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=26.58%
G=40.71%
B=32.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432191760.3500.200.14146.0551.3570.98
Hex8FDBB023014E923347
Octal217333260430241622263107
Binary1000111111011011101100001000110101001110100100101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FDBB0;
 }
 .AnyTagClassName
 {
   color: #8FDBB0;
 }
</style>
background-color css

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

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

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

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

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

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