#94DCB5

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

Shades of Vista Blue #94DCB5

Tints of Vista Blue #94DCB5

Color information

#94DCB5 (or 0x94DCB5) is unknown color: approx Vista Blue. HEX triplet: 94, DC and B5. RGB value is (148,220,181). Sum of RGB (Red+Green+Blue) = 148+220+181=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCB5 is #6B234A. Grayscale: #C2C2C2. Windows color (decimal): -7021387 or 11918484. OLE color: 11918484.

HSL color Cylindrical-coordinate representation of color #94DCB5: hue angle of 147.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCB5 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB148220181-
CMYK0.3300.180.14
HSL147.5º50.7%72.16%-
HSV(B)147.5º32.73%86.27%-
XYZ46.1560.8253.02-
YUV194.03120.6595.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=26.96%
G=40.07%
B=32.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482201810.3300.180.14147.550.772.16
Hex94DCB521012E943348
Octal224334265410221622463110
Binary1001010011011100101101011000010100101110100101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,181); }

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

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

 a { background-color: rgb(148,220,181); }

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

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

 span { border-color: rgb(148,220,181); }

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