Html Css Color HEX #96DCC0 Vista Blue

📋 copy color: '#96DCC0'

red 150 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #96DCC0

Tints of Vista Blue #96DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.16%

R = 26.69%
G = 39.15%
B = 34.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#96DCC0 (or 0x96DCC0) is known color: Vista Blue. HEX triplet: 96, DC and C0. RGB value is (150,220,192). Sum of RGB (Red+Green+Blue) = 150+220+192=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCC0 is #69233F. Grayscale: #C3C3C3. Windows color (decimal): -6890304 or 12639382. OLE color: 12639382.

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

Color convert

RGB 150 220 192 -
CMYK 0.32 0 0.13 0.14
HSL 156º 0.5% 0.73% -
HSV(B) 156º 0.32% 0.86% -
XYZ 47.69 61.48 59.22 -
YUV 195.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 150 220 192 0.32 0 0.13 0.14 156 0.5 0.73
Hex 96 DC C0 20 0 D E 9C 32 49
Octal 226 334 300 40 0 15 16 234 62 111
Binary 10010110 11011100 11000000 100000 0 1101 1110 10011100 110010 1001001

Color Harmonies of #96DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCC0

Black with #96DCC0

Text Example


Text Example

White with #96DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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