Html Css Color HEX #96D8B7 Vista Blue

📋 copy color: '#96D8B7'

red 150 ◦ green 216 ◦ blue 183

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

Shades of Vista Blue #96D8B7

Tints of Vista Blue #96D8B7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.34%

 BLUE value IS 183 (71.88% from 255) = 33.33%

R = 27.32%
G = 39.34%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#96D8B7 (or 0x96D8B7) is known color: Vista Blue. HEX triplet: 96, D8 and B7. RGB value is (150,216,183). Sum of RGB (Red+Green+Blue) = 150+216+183=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8B7 is #692748. Grayscale: #C0C0C0. Windows color (decimal): -6891337 or 12048534. OLE color: 12048534.

HSL color Cylindrical-coordinate representation of color #96D8B7: hue angle of 150º 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 #96D8B7 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 183 -
CMYK 0.31 0 0.15 0.15
HSL 150º 0.46% 0.72% -
HSV(B) 150º 0.31% 0.85% -
XYZ 45.68 59.01 53.78 -
YUV 192.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 150 216 183 0.31 0 0.15 0.15 150 0.46 0.72
Hex 96 D8 B7 1F 0 F F 96 2E 48
Octal 226 330 267 37 0 17 17 226 56 110
Binary 10010110 11011000 10110111 11111 0 1111 1111 10010110 101110 1001000

Color Harmonies of #96D8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8B7

Black with #96D8B7

Text Example


Text Example

White with #96D8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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