Html Css Color HEX #96DEB8 Vista Blue

📋 copy color: '#96DEB8'

red 150 ◦ green 222 ◦ blue 184

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

Shades of Vista Blue #96DEB8

Tints of Vista Blue #96DEB8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.93%

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

R = 26.98%
G = 39.93%
B = 33.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#96DEB8 (or 0x96DEB8) is known color: Vista Blue. HEX triplet: 96, DE and B8. RGB value is (150,222,184). Sum of RGB (Red+Green+Blue) = 150+222+184=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEB8 is #692147. Grayscale: #C4C4C4. Windows color (decimal): -6889800 or 12115606. OLE color: 12115606.

HSL color Cylindrical-coordinate representation of color #96DEB8: hue angle of 148.33º degrees, saturation: 0.52, 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 #96DEB8 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 184 -
CMYK 0.32 0 0.17 0.13
HSL 148.33º 0.52% 0.73% -
HSV(B) 148.33º 0.32% 0.87% -
XYZ 47.35 62.19 54.86 -
YUV 196.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 150 222 184 0.32 0 0.17 0.13 148.33 0.52 0.73
Hex 96 DE B8 20 0 11 D 94 34 49
Octal 226 336 270 40 0 21 15 224 64 111
Binary 10010110 11011110 10111000 100000 0 10001 1101 10010100 110100 1001001

Color Harmonies of #96DEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DEB8

Black with #96DEB8

Text Example


Text Example

White with #96DEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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