Html Css Color HEX #96DCB8 Vista Blue

📋 copy color: '#96DCB8'

red 150 ◦ green 220 ◦ blue 184

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

Shades of Vista Blue #96DCB8

Tints of Vista Blue #96DCB8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.71%

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 27.08%
G = 39.71%
B = 33.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#96DCB8 (or 0x96DCB8) is known color: Vista Blue. HEX triplet: 96, DC and B8. RGB value is (150,220,184). Sum of RGB (Red+Green+Blue) = 150+220+184=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCB8 is #692347. Grayscale: #C3C3C3. Windows color (decimal): -6890312 or 12115094. OLE color: 12115094.

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

Color convert

RGB 150 220 184 -
CMYK 0.32 0 0.16 0.14
HSL 149.14º 0.5% 0.73% -
HSV(B) 149.14º 0.32% 0.86% -
XYZ 46.82 61.13 54.68 -
YUV 194.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 150 220 184 0.32 0 0.16 0.14 149.14 0.5 0.73
Hex 96 DC B8 20 0 10 E 95 32 49
Octal 226 334 270 40 0 20 16 225 62 111
Binary 10010110 11011100 10111000 100000 0 10000 1110 10010101 110010 1001001

Color Harmonies of #96DCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCB8

Black with #96DCB8

Text Example


Text Example

White with #96DCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,184); }

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

background-color css

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

 a { background-color: rgb(150,220,184); }

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

border-color css

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

 span { border-color: rgb(150,220,184); }

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