Html Css Color HEX #96D7B8 Vista Blue

📋 copy color: '#96D7B8'

red 150 ◦ green 215 ◦ blue 184

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

Shades of Vista Blue #96D7B8

Tints of Vista Blue #96D7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.52%

R = 27.32%
G = 39.16%
B = 33.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#96D7B8 (or 0x96D7B8) is known color: Vista Blue. HEX triplet: 96, D7 and B8. RGB value is (150,215,184). Sum of RGB (Red+Green+Blue) = 150+215+184=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7B8 is #692847. Grayscale: #C0C0C0. Windows color (decimal): -6891592 or 12113814. OLE color: 12113814.

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

Color convert

RGB 150 215 184 -
CMYK 0.30 0 0.14 0.16
HSL 151.38º 0.45% 0.72% -
HSV(B) 151.38º 0.3% 0.84% -
XYZ 45.53 58.55 54.25 -
YUV 192.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 150 215 184 0.30 0 0.14 0.16 151.38 0.45 0.72
Hex 96 D7 B8 1E 0 E 10 97 2D 48
Octal 226 327 270 36 0 16 20 227 55 110
Binary 10010110 11010111 10111000 11110 0 1110 10000 10010111 101101 1001000

Color Harmonies of #96D7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7B8

Black with #96D7B8

Text Example


Text Example

White with #96D7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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