#96D8BC

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

Shades of Vista Blue #96D8BC

Tints of Vista Blue #96D8BC

Color information

#96D8BC (or 0x96D8BC) is unknown color: approx Vista Blue. HEX triplet: 96, D8 and BC. RGB value is (150,216,188). Sum of RGB (Red+Green+Blue) = 150+216+188=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8BC is #692743. Grayscale: #C1C1C1. Windows color (decimal): -6891332 or 12376214. OLE color: 12376214.

HSL color Cylindrical-coordinate representation of color #96D8BC: hue angle of 154.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8BC is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB150216188-
CMYK0.3100.130.15
HSL154.55º45.83%71.76%-
HSV(B)154.55º30.56%84.71%-
XYZ46.2159.2356.57-
YUV193.07125.1397.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=27.08%
G=38.99%
B=33.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161880.3100.130.15154.5545.8371.76
Hex96D8BC1F0DF9b2e48
Octal226330274370151723356110
Binary10010110110110001011110011111011011111100110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,216,188); }

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

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

 a { background-color: rgb(150,216,188); }

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

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

 span { border-color: rgb(150,216,188); }

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