#8FCBB0

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

Shades of Vista Blue #8FCBB0

Tints of Vista Blue #8FCBB0

Color information

#8FCBB0 (or 0x8FCBB0) is unknown color: approx Vista Blue. HEX triplet: 8F, CB and B0. RGB value is (143,203,176). Sum of RGB (Red+Green+Blue) = 143+203+176=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBB0 is #70344F. Grayscale: #B6B6B6. Windows color (decimal): -7353424 or 11586447. OLE color: 11586447.

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

Color convert

RGB143203176-
CMYK0.3000.130.20
HSL153º36.59%67.84%-
HSV(B)153º29.56%79.61%-
XYZ40.5251.6948.92-
YUV181.98124.62100.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.39%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=27.39%
G=38.89%
B=33.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031760.3000.130.2015336.5967.84
Hex8FCBB01E0D14992544
Octal217313260360152423145104
Binary100011111100101110110000111100110110100100110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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