Html Css Color HEX #96DEBB Vista Blue

📋 copy color: '#96DEBB'

red 150 ◦ green 222 ◦ blue 187

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

Shades of Vista Blue #96DEBB

Tints of Vista Blue #96DEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 26.83%
G = 39.71%
B = 33.45%

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

#96DEBB (or 0x96DEBB) is known color: Vista Blue. HEX triplet: 96, DE and BB. RGB value is (150,222,187). Sum of RGB (Red+Green+Blue) = 150+222+187=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEBB is #692144. Grayscale: #C4C4C4. Windows color (decimal): -6889797 or 12312214. OLE color: 12312214.

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

Color convert

RGB 150 222 187 -
CMYK 0.32 0 0.16 0.13
HSL 150.83º 0.52% 0.73% -
HSV(B) 150.83º 0.32% 0.87% -
XYZ 47.67 62.31 56.53 -
YUV 196.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 150 222 187 0.32 0 0.16 0.13 150.83 0.52 0.73
Hex 96 DE BB 20 0 10 D 97 34 49
Octal 226 336 273 40 0 20 15 227 64 111
Binary 10010110 11011110 10111011 100000 0 10000 1101 10010111 110100 1001001

Color Harmonies of #96DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DEBB

Black with #96DEBB

Text Example


Text Example

White with #96DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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