Html Css Color HEX #96EAB8 Vista Blue

📋 copy color: '#96EAB8'

red 150 ◦ green 234 ◦ blue 184

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

Shades of Vista Blue #96EAB8

Tints of Vista Blue #96EAB8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 26.41%
G = 41.2%
B = 32.39%

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

#96EAB8 (or 0x96EAB8) is known color: Vista Blue. HEX triplet: 96, EA and B8. RGB value is (150,234,184). Sum of RGB (Red+Green+Blue) = 150+234+184=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EAB8 is #691547. Grayscale: #CBCBCB. Windows color (decimal): -6886728 or 12118678. OLE color: 12118678.

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

Color convert

RGB 150 234 184 -
CMYK 0.36 0 0.21 0.08
HSL 144.29º 0.67% 0.75% -
HSV(B) 144.29º 0.36% 0.92% -
XYZ 50.65 68.79 55.96 -
YUV 203.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 150 234 184 0.36 0 0.21 0.08 144.29 0.67 0.75
Hex 96 EA B8 24 0 15 8 90 43 4B
Octal 226 352 270 44 0 25 10 220 103 113
Binary 10010110 11101010 10111000 100100 0 10101 1000 10010000 1000011 1001011

Color Harmonies of #96EAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAB8

Black with #96EAB8

Text Example


Text Example

White with #96EAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,184); }

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

background-color css

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

 a { background-color: rgb(150,234,184); }

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

border-color css

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

 span { border-color: rgb(150,234,184); }

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