Html Css Color HEX #96C8A9 Vista Blue

📋 copy color: '#96C8A9'

red 150 ◦ green 200 ◦ blue 169

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

Shades of Vista Blue #96C8A9

Tints of Vista Blue #96C8A9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

 BLUE value IS 169 (66.41% from 255) = 32.56%

R = 28.9%
G = 38.54%
B = 32.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#96C8A9 (or 0x96C8A9) is known color: Vista Blue. HEX triplet: 96, C8 and A9. RGB value is (150,200,169). Sum of RGB (Red+Green+Blue) = 150+200+169=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C8A9 is #693756. Grayscale: #B5B5B5. Windows color (decimal): -6895447 or 11126934. OLE color: 11126934.

HSL color Cylindrical-coordinate representation of color #96C8A9: hue angle of 142.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C8A9 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 169 -
CMYK 0.25 0 0.16 0.22
HSL 142.8º 0.31% 0.69% -
HSV(B) 142.8º 0.25% 0.78% -
XYZ 40.39 50.66 45.18 -
YUV 181.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 150 200 169 0.25 0 0.16 0.22 142.8 0.31 0.69
Hex 96 C8 A9 19 0 10 16 8F 1F 45
Octal 226 310 251 31 0 20 26 217 37 105
Binary 10010110 11001000 10101001 11001 0 10000 10110 10001111 11111 1000101

Color Harmonies of #96C8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8A9

Black with #96C8A9

Text Example


Text Example

White with #96C8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,169); }

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

background-color css

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

 a { background-color: rgb(150,200,169); }

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

border-color css

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

 span { border-color: rgb(150,200,169); }

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