Html Css Color HEX #96EBB1 Vista Blue

📋 copy color: '#96EBB1'

red 150 ◦ green 235 ◦ blue 177

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

Shades of Vista Blue #96EBB1

Tints of Vista Blue #96EBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.49%

R = 26.69%
G = 41.81%
B = 31.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#96EBB1 (or 0x96EBB1) is known color: Vista Blue. HEX triplet: 96, EB and B1. RGB value is (150,235,177). Sum of RGB (Red+Green+Blue) = 150+235+177=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBB1 is #69144E. Grayscale: #CBCBCB. Windows color (decimal): -6886479 or 11660182. OLE color: 11660182.

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

Color convert

RGB 150 235 177 -
CMYK 0.36 0 0.25 0.08
HSL 139.06º 0.68% 0.75% -
HSV(B) 139.06º 0.36% 0.92% -
XYZ 50.22 69.08 52.28 -
YUV 202.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 150 235 177 0.36 0 0.25 0.08 139.06 0.68 0.75
Hex 96 EB B1 24 0 19 8 8B 44 4B
Octal 226 353 261 44 0 31 10 213 104 113
Binary 10010110 11101011 10110001 100100 0 11001 1000 10001011 1000100 1001011

Color Harmonies of #96EBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBB1

Black with #96EBB1

Text Example


Text Example

White with #96EBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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