Html Css Color HEX #96F5BA Vista Blue

📋 copy color: '#96F5BA'

red 150 ◦ green 245 ◦ blue 186

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

Shades of Vista Blue #96F5BA

Tints of Vista Blue #96F5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.17%

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

R = 25.82%
G = 42.17%
B = 32.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#96F5BA (or 0x96F5BA) is known color: Vista Blue. HEX triplet: 96, F5 and BA. RGB value is (150,245,186). Sum of RGB (Red+Green+Blue) = 150+245+186=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5BA is #690A45. Grayscale: #D2D2D2. Windows color (decimal): -6883910 or 12252566. OLE color: 12252566.

HSL color Cylindrical-coordinate representation of color #96F5BA: hue angle of 142.74º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5BA is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 245 186 -
CMYK 0.39 0 0.24 0.04
HSL 142.74º 0.83% 0.77% -
HSV(B) 142.74º 0.39% 0.96% -
XYZ 54.09 75.33 58.14 -
YUV 209.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 150 245 186 0.39 0 0.24 0.04 142.74 0.83 0.77
Hex 96 F5 BA 27 0 18 4 8F 53 4D
Octal 226 365 272 47 0 30 4 217 123 115
Binary 10010110 11110101 10111010 100111 0 11000 100 10001111 1010011 1001101

Color Harmonies of #96F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F5BA

Black with #96F5BA

Text Example


Text Example

White with #96F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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