#94FCB6

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

Shades of Vista Blue #94FCB6

Tints of Vista Blue #94FCB6

Color information

#94FCB6 (or 0x94FCB6) is unknown color: approx Vista Blue. HEX triplet: 94, FC and B6. RGB value is (148,252,182). Sum of RGB (Red+Green+Blue) = 148+252+182=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCB6 is #6B0349. Grayscale: #D5D5D5. Windows color (decimal): -7013194 or 11992212. OLE color: 11992212.

HSL color Cylindrical-coordinate representation of color #94FCB6: hue angle of 139.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCB6 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB148252182-
CMYK0.4100.280.01
HSL139.62º94.55%78.43%-
HSV(B)139.62º41.27%98.82%-
XYZ55.4779.2956.64-
YUV212.92110.5481.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.43%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=25.43%
G=43.30%
B=31.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521820.4100.280.01139.6294.5578.43
Hex94FCB62901C18c5f4e
Octal224374266510341214137116
Binary10010100111111001011011010100101110011000110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,182); }

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

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

 a { background-color: rgb(148,252,182); }

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

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

 span { border-color: rgb(148,252,182); }

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