Html Css Color HEX #94D5B1 Vista Blue

📋 copy color: '#94D5B1'

red 148 ◦ green 213 ◦ blue 177

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

Shades of Vista Blue #94D5B1

Tints of Vista Blue #94D5B1

RGB

 RED value IS 148 (58.2% from 255) = 27.51%

 GREEN value IS 213 (83.59% from 255) = 39.59%

 BLUE value IS 177 (69.53% from 255) = 32.9%

R = 27.51%
G = 39.59%
B = 32.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#94D5B1 (or 0x94D5B1) is known color: Vista Blue. HEX triplet: 94, D5 and B1. RGB value is (148,213,177). Sum of RGB (Red+Green+Blue) = 148+213+177=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #94D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D5B1 is #6B2A4E. Grayscale: #BDBDBD. Windows color (decimal): -7023183 or 11654548. OLE color: 11654548.

HSL color Cylindrical-coordinate representation of color #94D5B1: hue angle of 146.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D5B1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 177 -
CMYK 0.31 0 0.17 0.16
HSL 146.77º 0.44% 0.71% -
HSV(B) 146.77º 0.31% 0.84% -
XYZ 43.94 57.06 50.29 -
YUV 189.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 148 213 177 0.31 0 0.17 0.16 146.77 0.44 0.71
Hex 94 D5 B1 1F 0 11 10 93 2C 47
Octal 224 325 261 37 0 21 20 223 54 107
Binary 10010100 11010101 10110001 11111 0 10001 10000 10010011 101100 1000111

Color Harmonies of #94D5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D5B1

Black with #94D5B1

Text Example


Text Example

White with #94D5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D5B1; }

 p { color: rgb(148,213,177); }

 H1.HeaderClassName
 {
   color: #94D5B1;
 }
 .AnyTagClassName
 {
   color: #94D5B1;
 }
</style>

background-color css

<style>
 a { background-color: #94D5B1; }

 a { background-color: rgb(148,213,177); }

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

border-color css

<style>
 span { border-color: #94D5B1; }

 span { border-color: rgb(148,213,177); }

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