Html Css Color HEX #96DDBA Vista Blue

📋 copy color: '#96DDBA'

red 150 ◦ green 221 ◦ blue 186

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

Shades of Vista Blue #96DDBA

Tints of Vista Blue #96DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.68%

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

R = 26.93%
G = 39.68%
B = 33.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#96DDBA (or 0x96DDBA) is known color: Vista Blue. HEX triplet: 96, DD and BA. RGB value is (150,221,186). Sum of RGB (Red+Green+Blue) = 150+221+186=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDBA is #692245. Grayscale: #C3C3C3. Windows color (decimal): -6890054 or 12246422. OLE color: 12246422.

HSL color Cylindrical-coordinate representation of color #96DDBA: hue angle of 150.42º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDBA is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 186 -
CMYK 0.32 0 0.16 0.13
HSL 150.42º 0.51% 0.73% -
HSV(B) 150.42º 0.32% 0.87% -
XYZ 47.3 61.74 55.88 -
YUV 195.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 150 221 186 0.32 0 0.16 0.13 150.42 0.51 0.73
Hex 96 DD BA 20 0 10 D 96 33 49
Octal 226 335 272 40 0 20 15 226 63 111
Binary 10010110 11011101 10111010 100000 0 10000 1101 10010110 110011 1001001

Color Harmonies of #96DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDBA

Black with #96DDBA

Text Example


Text Example

White with #96DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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