Html Css Color HEX #94EFB9 Vista Blue

📋 copy color: '#94EFB9'

red 148 ◦ green 239 ◦ blue 185

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

Shades of Vista Blue #94EFB9

Tints of Vista Blue #94EFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 25.87%
G = 41.78%
B = 32.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#94EFB9 (or 0x94EFB9) is known color: Vista Blue. HEX triplet: 94, EF and B9. RGB value is (148,239,185). Sum of RGB (Red+Green+Blue) = 148+239+185=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFB9 is #6B1046. Grayscale: #CDCDCD. Windows color (decimal): -7016519 or 12185492. OLE color: 12185492.

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

Color convert

RGB 148 239 185 -
CMYK 0.38 0 0.23 0.06
HSL 144.4º 0.74% 0.76% -
HSV(B) 144.4º 0.38% 0.94% -
XYZ 51.84 71.53 56.97 -
YUV 205.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 148 239 185 0.38 0 0.23 0.06 144.4 0.74 0.76
Hex 94 EF B9 26 0 17 6 90 4A 4C
Octal 224 357 271 46 0 27 6 220 112 114
Binary 10010100 11101111 10111001 100110 0 10111 110 10010000 1001010 1001100

Color Harmonies of #94EFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFB9

Black with #94EFB9

Text Example


Text Example

White with #94EFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,185); }

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

background-color css

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

 a { background-color: rgb(148,239,185); }

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

border-color css

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

 span { border-color: rgb(148,239,185); }

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