Html Css Color HEX #96DCBC Vista Blue

📋 copy color: '#96DCBC'

red 150 ◦ green 220 ◦ blue 188

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

Shades of Vista Blue #96DCBC

Tints of Vista Blue #96DCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 26.88%
G = 39.43%
B = 33.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#96DCBC (or 0x96DCBC) is known color: Vista Blue. HEX triplet: 96, DC and BC. RGB value is (150,220,188). Sum of RGB (Red+Green+Blue) = 150+220+188=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCBC is #692343. Grayscale: #C3C3C3. Windows color (decimal): -6890308 or 12377238. OLE color: 12377238.

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

Color convert

RGB 150 220 188 -
CMYK 0.32 0 0.15 0.14
HSL 152.57º 0.5% 0.73% -
HSV(B) 152.57º 0.32% 0.86% -
XYZ 47.25 61.3 56.92 -
YUV 195.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 150 220 188 0.32 0 0.15 0.14 152.57 0.5 0.73
Hex 96 DC BC 20 0 F E 99 32 49
Octal 226 334 274 40 0 17 16 231 62 111
Binary 10010110 11011100 10111100 100000 0 1111 1110 10011001 110010 1001001

Color Harmonies of #96DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCBC

Black with #96DCBC

Text Example


Text Example

White with #96DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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