Html Css Color HEX #96D9B4 Vista Blue

📋 copy color: '#96D9B4'

red 150 ◦ green 217 ◦ blue 180

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

Shades of Vista Blue #96D9B4

Tints of Vista Blue #96D9B4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 27.42%
G = 39.67%
B = 32.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#96D9B4 (or 0x96D9B4) is known color: Vista Blue. HEX triplet: 96, D9 and B4. RGB value is (150,217,180). Sum of RGB (Red+Green+Blue) = 150+217+180=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9B4 is #69264B. Grayscale: #C0C0C0. Windows color (decimal): -6891084 or 11852182. OLE color: 11852182.

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

Color convert

RGB 150 217 180 -
CMYK 0.31 0 0.17 0.15
HSL 146.87º 0.47% 0.72% -
HSV(B) 146.87º 0.31% 0.85% -
XYZ 45.63 59.41 52.24 -
YUV 192.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 150 217 180 0.31 0 0.17 0.15 146.87 0.47 0.72
Hex 96 D9 B4 1F 0 11 F 93 2F 48
Octal 226 331 264 37 0 21 17 223 57 110
Binary 10010110 11011001 10110100 11111 0 10001 1111 10010011 101111 1001000

Color Harmonies of #96D9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9B4

Black with #96D9B4

Text Example


Text Example

White with #96D9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,180); }

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

background-color css

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

 a { background-color: rgb(150,217,180); }

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

border-color css

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

 span { border-color: rgb(150,217,180); }

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