#9FDBBE

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

Shades of Vista Blue #9FDBBE

Tints of Vista Blue #9FDBBE

Color information

#9FDBBE (or 0x9FDBBE) is unknown color: approx Vista Blue. HEX triplet: 9F, DB and BE. RGB value is (159,219,190). Sum of RGB (Red+Green+Blue) = 159+219+190=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBBE is #602441. Grayscale: #C5C5C5. Windows color (decimal): -6300738 or 12508063. OLE color: 12508063.

HSL color Cylindrical-coordinate representation of color #9FDBBE: hue angle of 151º 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 #9FDBBE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB159219190-
CMYK0.2700.130.14
HSL151º45.45%74.12%-
HSV(B)151º27.4%85.88%-
XYZ48.9261.7558.06-
YUV197.75123.62100.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.99%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=27.99%
G=38.56%
B=33.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592191900.2700.130.1415145.4574.12
Hex9FDBBE1B0DE972d4a
Octal237333276330151622755112
Binary10011111110110111011111011011011011110100101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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