Html Css Color HEX #96DFBA Vista Blue

📋 copy color: '#96DFBA'

red 150 ◦ green 223 ◦ blue 186

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

Shades of Vista Blue #96DFBA

Tints of Vista Blue #96DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

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

R = 26.83%
G = 39.89%
B = 33.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#96DFBA (or 0x96DFBA) is known color: Vista Blue. HEX triplet: 96, DF and BA. RGB value is (150,223,186). Sum of RGB (Red+Green+Blue) = 150+223+186=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFBA is #692045. Grayscale: #C5C5C5. Windows color (decimal): -6889542 or 12246934. OLE color: 12246934.

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

Color convert

RGB 150 223 186 -
CMYK 0.33 0 0.17 0.13
HSL 149.59º 0.53% 0.73% -
HSV(B) 149.59º 0.33% 0.87% -
XYZ 47.83 62.8 56.06 -
YUV 196.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 150 223 186 0.33 0 0.17 0.13 149.59 0.53 0.73
Hex 96 DF BA 21 0 11 D 96 35 49
Octal 226 337 272 41 0 21 15 226 65 111
Binary 10010110 11011111 10111010 100001 0 10001 1101 10010110 110101 1001001

Color Harmonies of #96DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFBA

Black with #96DFBA

Text Example


Text Example

White with #96DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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