Html Css Color HEX #96EEBB Vista Blue

📋 copy color: '#96EEBB'

red 150 ◦ green 238 ◦ blue 187

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

Shades of Vista Blue #96EEBB

Tints of Vista Blue #96EEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.39%

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

R = 26.09%
G = 41.39%
B = 32.52%

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

#96EEBB (or 0x96EEBB) is known color: Vista Blue. HEX triplet: 96, EE and BB. RGB value is (150,238,187). Sum of RGB (Red+Green+Blue) = 150+238+187=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEBB is #691144. Grayscale: #CDCDCD. Windows color (decimal): -6885701 or 12316310. OLE color: 12316310.

HSL color Cylindrical-coordinate representation of color #96EEBB: hue angle of 145.23º degrees, saturation: 0.72, 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 #96EEBB is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 187 -
CMYK 0.37 0 0.21 0.07
HSL 145.23º 0.72% 0.76% -
HSV(B) 145.23º 0.37% 0.93% -
XYZ 52.12 71.22 58.01 -
YUV 205.87 117.35 88.15 -
System Red Green Blue C M Y K H S L
Decimal 150 238 187 0.37 0 0.21 0.07 145.23 0.72 0.76
Hex 96 EE BB 25 0 15 7 91 48 4C
Octal 226 356 273 45 0 25 7 221 110 114
Binary 10010110 11101110 10111011 100101 0 10101 111 10010001 1001000 1001100

Color Harmonies of #96EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEBB

Black with #96EEBB

Text Example


Text Example

White with #96EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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