Html Css Color HEX #96D8BA Vista Blue

📋 copy color: '#96D8BA'

red 150 ◦ green 216 ◦ blue 186

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

Shades of Vista Blue #96D8BA

Tints of Vista Blue #96D8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 27.17%
G = 39.13%
B = 33.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#96D8BA (or 0x96D8BA) is known color: Vista Blue. HEX triplet: 96, D8 and BA. RGB value is (150,216,186). Sum of RGB (Red+Green+Blue) = 150+216+186=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8BA is #692745. Grayscale: #C0C0C0. Windows color (decimal): -6891334 or 12245142. OLE color: 12245142.

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

Color convert

RGB 150 216 186 -
CMYK 0.31 0 0.14 0.15
HSL 152.73º 0.46% 0.72% -
HSV(B) 152.73º 0.31% 0.85% -
XYZ 46 59.14 55.45 -
YUV 192.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 150 216 186 0.31 0 0.14 0.15 152.73 0.46 0.72
Hex 96 D8 BA 1F 0 E F 99 2E 48
Octal 226 330 272 37 0 16 17 231 56 110
Binary 10010110 11011000 10111010 11111 0 1110 1111 10011001 101110 1001000

Color Harmonies of #96D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8BA

Black with #96D8BA

Text Example


Text Example

White with #96D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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