Html Css Color HEX #96ECC0 Vista Blue

📋 copy color: '#96ECC0'

red 150 ◦ green 236 ◦ blue 192

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

Shades of Vista Blue #96ECC0

Tints of Vista Blue #96ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.83%

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

R = 25.95%
G = 40.83%
B = 33.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#96ECC0 (or 0x96ECC0) is known color: Vista Blue. HEX triplet: 96, EC and C0. RGB value is (150,236,192). Sum of RGB (Red+Green+Blue) = 150+236+192=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECC0 is #69133F. Grayscale: #CDCDCD. Windows color (decimal): -6886208 or 12643478. OLE color: 12643478.

HSL color Cylindrical-coordinate representation of color #96ECC0: hue angle of 149.3º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECC0 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 192 -
CMYK 0.36 0 0.19 0.07
HSL 149.3º 0.69% 0.76% -
HSV(B) 149.3º 0.36% 0.93% -
XYZ 52.09 70.28 60.69 -
YUV 205.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 150 236 192 0.36 0 0.19 0.07 149.3 0.69 0.76
Hex 96 EC C0 24 0 13 7 95 45 4C
Octal 226 354 300 44 0 23 7 225 105 114
Binary 10010110 11101100 11000000 100100 0 10011 111 10010101 1000101 1001100

Color Harmonies of #96ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECC0

Black with #96ECC0

Text Example


Text Example

White with #96ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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