#9FDBBB

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

Shades of Vista Blue #9FDBBB

Tints of Vista Blue #9FDBBB

Color information

#9FDBBB (or 0x9FDBBB) is unknown color: approx Vista Blue. HEX triplet: 9F, DB and BB. RGB value is (159,219,187). Sum of RGB (Red+Green+Blue) = 159+219+187=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBBB is #602444. Grayscale: #C5C5C5. Windows color (decimal): -6300741 or 12311455. OLE color: 12311455.

HSL color Cylindrical-coordinate representation of color #9FDBBB: hue angle of 148º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBBB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB159219187-
CMYK0.2700.150.14
HSL148º45.45%74.12%-
HSV(B)148º27.4%85.88%-
XYZ48.661.6256.35-
YUV197.41122.12100.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=28.14%
G=38.76%
B=33.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592191870.2700.150.1414845.4574.12
Hex9FDBBB1B0FE942d4a
Octal237333273330171622455112
Binary10011111110110111011101111011011111110100101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,219,187); }

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

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

 a { background-color: rgb(159,219,187); }

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

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

 span { border-color: rgb(159,219,187); }

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