Html Css Color HEX #96DCB7 Vista Blue

📋 copy color: '#96DCB7'

red 150 ◦ green 220 ◦ blue 183

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

Shades of Vista Blue #96DCB7

Tints of Vista Blue #96DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

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

R = 27.12%
G = 39.78%
B = 33.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#96DCB7 (or 0x96DCB7) is known color: Vista Blue. HEX triplet: 96, DC and B7. RGB value is (150,220,183). Sum of RGB (Red+Green+Blue) = 150+220+183=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCB7 is #692348. Grayscale: #C2C2C2. Windows color (decimal): -6890313 or 12049558. OLE color: 12049558.

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

Color convert

RGB 150 220 183 -
CMYK 0.32 0 0.17 0.14
HSL 148.29º 0.5% 0.73% -
HSV(B) 148.29º 0.32% 0.86% -
XYZ 46.72 61.09 54.13 -
YUV 194.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 150 220 183 0.32 0 0.17 0.14 148.29 0.5 0.73
Hex 96 DC B7 20 0 11 E 94 32 49
Octal 226 334 267 40 0 21 16 224 62 111
Binary 10010110 11011100 10110111 100000 0 10001 1110 10010100 110010 1001001

Color Harmonies of #96DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCB7

Black with #96DCB7

Text Example


Text Example

White with #96DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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