Html Css Color HEX #96F3BA Vista Blue

📋 copy color: '#96F3BA'

red 150 ◦ green 243 ◦ blue 186

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

Shades of Vista Blue #96F3BA

Tints of Vista Blue #96F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.97%

 BLUE value IS 186 (73.05% from 255) = 32.12%

R = 25.91%
G = 41.97%
B = 32.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#96F3BA (or 0x96F3BA) is known color: Vista Blue. HEX triplet: 96, F3 and BA. RGB value is (150,243,186). Sum of RGB (Red+Green+Blue) = 150+243+186=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #96F3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F3BA is #690C45. Grayscale: #D0D0D0. Windows color (decimal): -6884422 or 12252054. OLE color: 12252054.

HSL color Cylindrical-coordinate representation of color #96F3BA: hue angle of 143.23º degrees, saturation: 0.79, 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 #96F3BA is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 243 186 -
CMYK 0.38 0 0.23 0.05
HSL 143.23º 0.79% 0.77% -
HSV(B) 143.23º 0.38% 0.95% -
XYZ 53.49 74.13 57.94 -
YUV 208.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 150 243 186 0.38 0 0.23 0.05 143.23 0.79 0.77
Hex 96 F3 BA 26 0 17 5 8F 4F 4D
Octal 226 363 272 46 0 27 5 217 117 115
Binary 10010110 11110011 10111010 100110 0 10111 101 10001111 1001111 1001101

Color Harmonies of #96F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F3BA

Black with #96F3BA

Text Example


Text Example

White with #96F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,243,186); }

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

background-color css

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

 a { background-color: rgb(150,243,186); }

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

border-color css

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

 span { border-color: rgb(150,243,186); }

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