Html Css Color HEX #96EFB5 Vista Blue

📋 copy color: '#96EFB5'

red 150 ◦ green 239 ◦ blue 181

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

Shades of Vista Blue #96EFB5

Tints of Vista Blue #96EFB5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.93%

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 26.32%
G = 41.93%
B = 31.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#96EFB5 (or 0x96EFB5) is known color: Vista Blue. HEX triplet: 96, EF and B5. RGB value is (150,239,181). Sum of RGB (Red+Green+Blue) = 150+239+181=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFB5 is #69104A. Grayscale: #CDCDCD. Windows color (decimal): -6885451 or 11923350. OLE color: 11923350.

HSL color Cylindrical-coordinate representation of color #96EFB5: hue angle of 140.9º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFB5 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 181 -
CMYK 0.37 0 0.24 0.06
HSL 140.9º 0.74% 0.76% -
HSV(B) 140.9º 0.37% 0.94% -
XYZ 51.78 71.55 54.8 -
YUV 205.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 150 239 181 0.37 0 0.24 0.06 140.9 0.74 0.76
Hex 96 EF B5 25 0 18 6 8D 4A 4C
Octal 226 357 265 45 0 30 6 215 112 114
Binary 10010110 11101111 10110101 100101 0 11000 110 10001101 1001010 1001100

Color Harmonies of #96EFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFB5

Black with #96EFB5

Text Example


Text Example

White with #96EFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,239,181); }

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

background-color css

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

 a { background-color: rgb(150,239,181); }

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

border-color css

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

 span { border-color: rgb(150,239,181); }

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