Html Css Color HEX #96EBB5 Vista Blue

📋 copy color: '#96EBB5'

red 150 ◦ green 235 ◦ blue 181

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

Shades of Vista Blue #96EBB5

Tints of Vista Blue #96EBB5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.52%

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

R = 26.5%
G = 41.52%
B = 31.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#96EBB5 (or 0x96EBB5) is known color: Vista Blue. HEX triplet: 96, EB and B5. RGB value is (150,235,181). Sum of RGB (Red+Green+Blue) = 150+235+181=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBB5 is #69144A. Grayscale: #CBCBCB. Windows color (decimal): -6886475 or 11922326. OLE color: 11922326.

HSL color Cylindrical-coordinate representation of color #96EBB5: hue angle of 141.88º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBB5 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 181 -
CMYK 0.36 0 0.23 0.08
HSL 141.88º 0.68% 0.75% -
HSV(B) 141.88º 0.36% 0.92% -
XYZ 50.63 69.24 54.41 -
YUV 203.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 150 235 181 0.36 0 0.23 0.08 141.88 0.68 0.75
Hex 96 EB B5 24 0 17 8 8E 44 4B
Octal 226 353 265 44 0 27 10 216 104 113
Binary 10010110 11101011 10110101 100100 0 10111 1000 10001110 1000100 1001011

Color Harmonies of #96EBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBB5

Black with #96EBB5

Text Example


Text Example

White with #96EBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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