#8BCDB3

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

Shades of Vista Blue #8BCDB3

Tints of Vista Blue #8BCDB3

Color information

#8BCDB3 (or 0x8BCDB3) is unknown color: approx Vista Blue. HEX triplet: 8B, CD and B3. RGB value is (139,205,179). Sum of RGB (Red+Green+Blue) = 139+205+179=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB3 is #74324C. Grayscale: #B6B6B6. Windows color (decimal): -7615053 or 11783563. OLE color: 11783563.

HSL color Cylindrical-coordinate representation of color #8BCDB3: hue angle of 156.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDB3 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB139205179-
CMYK0.3200.130.20
HSL156.36º39.76%67.45%-
HSV(B)156.36º32.2%80.39%-
XYZ40.6252.4150.62-
YUV182.3126.1397.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=26.58%
G=39.20%
B=34.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051790.3200.130.20156.3639.7667.45
Hex8BCDB3200D149c2843
Octal213315263400152423450103
Binary1000101111001101101100111000000110110100100111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,179); }

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

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

 a { background-color: rgb(139,205,179); }

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

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

 span { border-color: rgb(139,205,179); }

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