Html Css Color HEX #96D7BC Vista Blue

📋 copy color: '#96D7BC'

red 150 ◦ green 215 ◦ blue 188

#96D7BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #96D7BC

Tints of Vista Blue #96D7BC

RGB

 RED value IS 150 (58.98% from 255) = 27.12%

 GREEN value IS 215 (84.38% from 255) = 38.88%

 BLUE value IS 188 (73.83% from 255) = 34%

R = 27.12%
G = 38.88%
B = 34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#96D7BC (or 0x96D7BC) is known color: Vista Blue. HEX triplet: 96, D7 and BC. RGB value is (150,215,188). Sum of RGB (Red+Green+Blue) = 150+215+188=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7BC is #692843. Grayscale: #C0C0C0. Windows color (decimal): -6891588 or 12375958. OLE color: 12375958.

HSL color Cylindrical-coordinate representation of color #96D7BC: hue angle of 155.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7BC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 188 -
CMYK 0.30 0 0.13 0.16
HSL 155.08º 0.45% 0.72% -
HSV(B) 155.08º 0.3% 0.84% -
XYZ 45.96 58.72 56.49 -
YUV 192.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 150 215 188 0.30 0 0.13 0.16 155.08 0.45 0.72
Hex 96 D7 BC 1E 0 D 10 9B 2D 48
Octal 226 327 274 36 0 15 20 233 55 110
Binary 10010110 11010111 10111100 11110 0 1101 10000 10011011 101101 1001000

Color Harmonies of #96D7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7BC

Black with #96D7BC

Text Example


Text Example

White with #96D7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96D7BC;
 }
 .AnyTagClassName
 {
   color: #96D7BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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