Html Css Color HEX #96C9AF Vista Blue

📋 copy color: '#96C9AF'

red 150 ◦ green 201 ◦ blue 175

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

Shades of Vista Blue #96C9AF

Tints of Vista Blue #96C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 28.52%
G = 38.21%
B = 33.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#96C9AF (or 0x96C9AF) is known color: Vista Blue. HEX triplet: 96, C9 and AF. RGB value is (150,201,175). Sum of RGB (Red+Green+Blue) = 150+201+175=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #96C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C9AF is #693650. Grayscale: #B6B6B6. Windows color (decimal): -6895185 or 11520406. OLE color: 11520406.

HSL color Cylindrical-coordinate representation of color #96C9AF: hue angle of 149.41º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C9AF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 175 -
CMYK 0.25 0 0.13 0.21
HSL 149.41º 0.32% 0.69% -
HSV(B) 149.41º 0.25% 0.79% -
XYZ 41.2 51.35 48.3 -
YUV 182.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 150 201 175 0.25 0 0.13 0.21 149.41 0.32 0.69
Hex 96 C9 AF 19 0 D 15 95 20 45
Octal 226 311 257 31 0 15 25 225 40 105
Binary 10010110 11001001 10101111 11001 0 1101 10101 10010101 100000 1000101

Color Harmonies of #96C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C9AF

Black with #96C9AF

Text Example


Text Example

White with #96C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,201,175); }

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

background-color css

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

 a { background-color: rgb(150,201,175); }

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

border-color css

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

 span { border-color: rgb(150,201,175); }

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