Html Css Color HEX #96EBB9 Vista Blue

📋 copy color: '#96EBB9'

red 150 ◦ green 235 ◦ blue 185

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

Shades of Vista Blue #96EBB9

Tints of Vista Blue #96EBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.46%

R = 26.32%
G = 41.23%
B = 32.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#96EBB9 (or 0x96EBB9) is known color: Vista Blue. HEX triplet: 96, EB and B9. RGB value is (150,235,185). Sum of RGB (Red+Green+Blue) = 150+235+185=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBB9 is #691446. Grayscale: #CCCCCC. Windows color (decimal): -6886471 or 12184470. OLE color: 12184470.

HSL color Cylindrical-coordinate representation of color #96EBB9: hue angle of 144.71º 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 #96EBB9 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 185 -
CMYK 0.36 0 0.21 0.08
HSL 144.71º 0.68% 0.75% -
HSV(B) 144.71º 0.36% 0.92% -
XYZ 51.04 69.4 56.6 -
YUV 203.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 150 235 185 0.36 0 0.21 0.08 144.71 0.68 0.75
Hex 96 EB B9 24 0 15 8 91 44 4B
Octal 226 353 271 44 0 25 10 221 104 113
Binary 10010110 11101011 10111001 100100 0 10101 1000 10010001 1000100 1001011

Color Harmonies of #96EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBB9

Black with #96EBB9

Text Example


Text Example

White with #96EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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