#9FCEB8

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

Shades of Vista Blue #9FCEB8

Tints of Vista Blue #9FCEB8

Color information

#9FCEB8 (or 0x9FCEB8) is unknown color: approx Vista Blue. HEX triplet: 9F, CE and B8. RGB value is (159,206,184). Sum of RGB (Red+Green+Blue) = 159+206+184=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEB8 is #603147. Grayscale: #BDBDBD. Windows color (decimal): -6304072 or 12111519. OLE color: 12111519.

HSL color Cylindrical-coordinate representation of color #9FCEB8: hue angle of 151.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEB8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB159206184-
CMYK0.2300.110.19
HSL151.91º32.41%71.57%-
HSV(B)151.91º22.82%80.78%-
XYZ45.0254.9753.59-
YUV189.44124.93106.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=28.96%
G=37.52%
B=33.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061840.2300.110.19151.9132.4171.57
Hex9FCEB8170B13982048
Octal237316270270132323040110
Binary100111111100111010111000101110101110011100110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FCEB8; }

 p { color: rgb(159,206,184); }

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

<style>
 a { background-color: #9FCEB8; }

 a { background-color: rgb(159,206,184); }

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

<style>
 span { border-color: #9FCEB8; }

 span { border-color: rgb(159,206,184); }

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