Html Css Color HEX #96DDBD Vista Blue

📋 copy color: '#96DDBD'

red 150 ◦ green 221 ◦ blue 189

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

Shades of Vista Blue #96DDBD

Tints of Vista Blue #96DDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.75%

R = 26.79%
G = 39.46%
B = 33.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#96DDBD (or 0x96DDBD) is known color: Vista Blue. HEX triplet: 96, DD and BD. RGB value is (150,221,189). Sum of RGB (Red+Green+Blue) = 150+221+189=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDBD is #692242. Grayscale: #C4C4C4. Windows color (decimal): -6890051 or 12443030. OLE color: 12443030.

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

Color convert

RGB 150 221 189 -
CMYK 0.32 0 0.14 0.13
HSL 152.96º 0.51% 0.73% -
HSV(B) 152.96º 0.32% 0.87% -
XYZ 47.62 61.87 57.58 -
YUV 196.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 150 221 189 0.32 0 0.14 0.13 152.96 0.51 0.73
Hex 96 DD BD 20 0 E D 99 33 49
Octal 226 335 275 40 0 16 15 231 63 111
Binary 10010110 11011101 10111101 100000 0 1110 1101 10011001 110011 1001001

Color Harmonies of #96DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDBD

Black with #96DDBD

Text Example


Text Example

White with #96DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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