#96DBBE

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

Shades of Vista Blue #96DBBE

Tints of Vista Blue #96DBBE

Color information

#96DBBE (or 0x96DBBE) is unknown color: approx Vista Blue. HEX triplet: 96, DB and BE. RGB value is (150,219,190). Sum of RGB (Red+Green+Blue) = 150+219+190=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBBE is #692441. Grayscale: #C3C3C3. Windows color (decimal): -6890562 or 12508054. OLE color: 12508054.

HSL color Cylindrical-coordinate representation of color #96DBBE: hue angle of 154.78º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBBE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB150219190-
CMYK0.3200.130.14
HSL154.78º48.94%72.35%-
HSV(B)154.78º31.51%85.88%-
XYZ47.260.8657.98-
YUV195.06125.1495.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=26.83%
G=39.18%
B=33.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502191900.3200.130.14154.7848.9472.35
Hex96DBBE200DE9b3148
Octal226333276400151623361110
Binary100101101101101110111110100000011011110100110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DBBE; }

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

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

<style>
 a { background-color: #96DBBE; }

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

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

<style>
 span { border-color: #96DBBE; }

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

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