Html Css Color HEX #96ECB0 Vista Blue

📋 copy color: '#96ECB0'

red 150 ◦ green 236 ◦ blue 176

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

Shades of Vista Blue #96ECB0

Tints of Vista Blue #96ECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

 BLUE value IS 176 (69.14% from 255) = 31.32%

R = 26.69%
G = 41.99%
B = 31.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#96ECB0 (or 0x96ECB0) is known color: Vista Blue. HEX triplet: 96, EC and B0. RGB value is (150,236,176). Sum of RGB (Red+Green+Blue) = 150+236+176=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECB0 is #69134F. Grayscale: #CBCBCB. Windows color (decimal): -6886224 or 11594902. OLE color: 11594902.

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

Color convert

RGB 150 236 176 -
CMYK 0.36 0 0.25 0.07
HSL 138.14º 0.69% 0.76% -
HSV(B) 138.14º 0.36% 0.93% -
XYZ 50.41 69.61 51.85 -
YUV 203.45 112.51 89.88 -
System Red Green Blue C M Y K H S L
Decimal 150 236 176 0.36 0 0.25 0.07 138.14 0.69 0.76
Hex 96 EC B0 24 0 19 7 8A 45 4C
Octal 226 354 260 44 0 31 7 212 105 114
Binary 10010110 11101100 10110000 100100 0 11001 111 10001010 1000101 1001100

Color Harmonies of #96ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECB0

Black with #96ECB0

Text Example


Text Example

White with #96ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,236,176); }

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

background-color css

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

 a { background-color: rgb(150,236,176); }

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

border-color css

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

 span { border-color: rgb(150,236,176); }

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