#94EBB7

Color #94EBB7 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #94EBB7

Tints of Vista Blue #94EBB7

Color information

#94EBB7 (or 0x94EBB7) is unknown color: approx Vista Blue. HEX triplet: 94, EB and B7. RGB value is (148,235,183). Sum of RGB (Red+Green+Blue) = 148+235+183=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EBB7 is #6B1448. Grayscale: #CBCBCB. Windows color (decimal): -7017545 or 12053396. OLE color: 12053396.

HSL color Cylindrical-coordinate representation of color #94EBB7: hue angle of 144.14º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBB7 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB148235183-
CMYK0.3700.220.08
HSL144.14º68.5%75.1%-
HSV(B)144.14º37.02%92.16%-
XYZ50.4769.1355.48-
YUV203.06116.6888.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 183 (71.88% from 255) = 32.33%
R=26.15%
G=41.52%
B=32.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351830.3700.220.08144.1468.575.1
Hex94EBB725016890454b
Octal2243532674502610220105113
Binary10010100111010111011011110010101011010001001000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,183); }

 H1.HeaderClassName
 {
   color: #94EBB7;
 }
 .AnyTagClassName
 {
   color: #94EBB7;
 }
</style>
background-color css

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

 a { background-color: rgb(148,235,183); }

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

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

 span { border-color: rgb(148,235,183); }

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