#8FCDA7

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

Shades of Vista Blue #8FCDA7

Tints of Vista Blue #8FCDA7

Color information

#8FCDA7 (or 0x8FCDA7) is unknown color: approx Vista Blue. HEX triplet: 8F, CD and A7. RGB value is (143,205,167). Sum of RGB (Red+Green+Blue) = 143+205+167=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDA7 is #703258. Grayscale: #B6B6B6. Windows color (decimal): -7352921 or 10997135. OLE color: 10997135.

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

Color convert

RGB143205167-
CMYK0.3000.190.20
HSL143.23º38.27%68.24%-
HSV(B)143.23º30.24%80.39%-
XYZ40.1352.2944.54-
YUV182.13119.46100.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.77%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 167 (65.62% from 255) = 32.43%
R=27.77%
G=39.81%
B=32.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051670.3000.190.20143.2338.2768.24
Hex8FCDA71E013148f2644
Octal217315247360232421746104
Binary1000111111001101101001111111001001110100100011111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,167); }

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

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

 a { background-color: rgb(143,205,167); }

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

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

 span { border-color: rgb(143,205,167); }

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