Html Css Color HEX #96EDBB Vista Blue

📋 copy color: '#96EDBB'

red 150 ◦ green 237 ◦ blue 187

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

Shades of Vista Blue #96EDBB

Tints of Vista Blue #96EDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.29%

 BLUE value IS 187 (73.44% from 255) = 32.58%

R = 26.13%
G = 41.29%
B = 32.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#96EDBB (or 0x96EDBB) is known color: Vista Blue. HEX triplet: 96, ED and BB. RGB value is (150,237,187). Sum of RGB (Red+Green+Blue) = 150+237+187=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDBB is #691244. Grayscale: #CDCDCD. Windows color (decimal): -6885957 or 12316054. OLE color: 12316054.

HSL color Cylindrical-coordinate representation of color #96EDBB: hue angle of 145.52º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDBB is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 187 -
CMYK 0.37 0 0.21 0.07
HSL 145.52º 0.71% 0.76% -
HSV(B) 145.52º 0.37% 0.93% -
XYZ 51.83 70.64 57.92 -
YUV 205.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 150 237 187 0.37 0 0.21 0.07 145.52 0.71 0.76
Hex 96 ED BB 25 0 15 7 92 47 4C
Octal 226 355 273 45 0 25 7 222 107 114
Binary 10010110 11101101 10111011 100101 0 10101 111 10010010 1000111 1001100

Color Harmonies of #96EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDBB

Black with #96EDBB

Text Example


Text Example

White with #96EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,187); }

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

background-color css

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

 a { background-color: rgb(150,237,187); }

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

border-color css

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

 span { border-color: rgb(150,237,187); }

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