#94EBB4

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

Shades of Vista Blue #94EBB4

Tints of Vista Blue #94EBB4

Color information

#94EBB4 (or 0x94EBB4) is unknown color: approx Vista Blue. HEX triplet: 94, EB and B4. RGB value is (148,235,180). Sum of RGB (Red+Green+Blue) = 148+235+180=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EBB4 is #6B144B. Grayscale: #CACACA. Windows color (decimal): -7017548 or 11856788. OLE color: 11856788.

HSL color Cylindrical-coordinate representation of color #94EBB4: hue angle of 142.07º 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 #94EBB4 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB148235180-
CMYK0.3700.230.08
HSL142.07º68.5%75.1%-
HSV(B)142.07º37.02%92.16%-
XYZ50.1669.0153.86-
YUV202.72115.1888.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=26.29%
G=41.74%
B=31.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351800.3700.230.08142.0768.575.1
Hex94EBB42501788e454b
Octal2243532644502710216105113
Binary10010100111010111011010010010101011110001000111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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