Html Css Color HEX #96EFB3 Vista Blue

📋 copy color: '#96EFB3'

red 150 ◦ green 239 ◦ blue 179

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

Shades of Vista Blue #96EFB3

Tints of Vista Blue #96EFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.08%

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 26.41%
G = 42.08%
B = 31.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#96EFB3 (or 0x96EFB3) is known color: Vista Blue. HEX triplet: 96, EF and B3. RGB value is (150,239,179). Sum of RGB (Red+Green+Blue) = 150+239+179=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFB3 is #69104C. Grayscale: #CDCDCD. Windows color (decimal): -6885453 or 11792278. OLE color: 11792278.

HSL color Cylindrical-coordinate representation of color #96EFB3: hue angle of 139.55º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFB3 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 179 -
CMYK 0.37 0 0.25 0.06
HSL 139.55º 0.74% 0.76% -
HSV(B) 139.55º 0.37% 0.94% -
XYZ 51.58 71.47 53.72 -
YUV 205.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 150 239 179 0.37 0 0.25 0.06 139.55 0.74 0.76
Hex 96 EF B3 25 0 19 6 8C 4A 4C
Octal 226 357 263 45 0 31 6 214 112 114
Binary 10010110 11101111 10110011 100101 0 11001 110 10001100 1001010 1001100

Color Harmonies of #96EFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFB3

Black with #96EFB3

Text Example


Text Example

White with #96EFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,239,179); }

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

background-color css

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

 a { background-color: rgb(150,239,179); }

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

border-color css

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

 span { border-color: rgb(150,239,179); }

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