Html Css Color HEX #96D1BA Vista Blue

📋 copy color: '#96D1BA'

red 150 ◦ green 209 ◦ blue 186

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

Shades of Vista Blue #96D1BA

Tints of Vista Blue #96D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.35%

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

R = 27.52%
G = 38.35%
B = 34.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#96D1BA (or 0x96D1BA) is known color: Vista Blue. HEX triplet: 96, D1 and BA. RGB value is (150,209,186). Sum of RGB (Red+Green+Blue) = 150+209+186=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #96D1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1BA is #692E45. Grayscale: #BCBCBC. Windows color (decimal): -6893126 or 12243350. OLE color: 12243350.

HSL color Cylindrical-coordinate representation of color #96D1BA: hue angle of 156.61º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D1BA is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 186 -
CMYK 0.28 0 0.11 0.18
HSL 156.61º 0.39% 0.7% -
HSV(B) 156.61º 0.28% 0.82% -
XYZ 44.24 55.63 54.86 -
YUV 188.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 150 209 186 0.28 0 0.11 0.18 156.61 0.39 0.7
Hex 96 D1 BA 1C 0 B 12 9D 27 46
Octal 226 321 272 34 0 13 22 235 47 106
Binary 10010110 11010001 10111010 11100 0 1011 10010 10011101 100111 1000110

Color Harmonies of #96D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D1BA

Black with #96D1BA

Text Example


Text Example

White with #96D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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