Html Css Color HEX #96F2BC Vista Blue

📋 copy color: '#96F2BC'

red 150 ◦ green 242 ◦ blue 188

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

Shades of Vista Blue #96F2BC

Tints of Vista Blue #96F2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.72%

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

R = 25.86%
G = 41.72%
B = 32.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#96F2BC (or 0x96F2BC) is known color: Vista Blue. HEX triplet: 96, F2 and BC. RGB value is (150,242,188). Sum of RGB (Red+Green+Blue) = 150+242+188=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2BC is #690D43. Grayscale: #D0D0D0. Windows color (decimal): -6884676 or 12382870. OLE color: 12382870.

HSL color Cylindrical-coordinate representation of color #96F2BC: hue angle of 144.78º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2BC is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 188 -
CMYK 0.38 0 0.22 0.05
HSL 144.78º 0.78% 0.77% -
HSV(B) 144.78º 0.38% 0.95% -
XYZ 53.41 73.62 58.97 -
YUV 208.34 116.52 86.39 -
System Red Green Blue C M Y K H S L
Decimal 150 242 188 0.38 0 0.22 0.05 144.78 0.78 0.77
Hex 96 F2 BC 26 0 16 5 91 4E 4D
Octal 226 362 274 46 0 26 5 221 116 115
Binary 10010110 11110010 10111100 100110 0 10110 101 10010001 1001110 1001101

Color Harmonies of #96F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2BC

Black with #96F2BC

Text Example


Text Example

White with #96F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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