#94CCB5

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

Shades of Vista Blue #94CCB5

Tints of Vista Blue #94CCB5

Color information

#94CCB5 (or 0x94CCB5) is unknown color: approx Vista Blue. HEX triplet: 94, CC and B5. RGB value is (148,204,181). Sum of RGB (Red+Green+Blue) = 148+204+181=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCB5 is #6B334A. Grayscale: #B8B8B8. Windows color (decimal): -7025483 or 11914388. OLE color: 11914388.

HSL color Cylindrical-coordinate representation of color #94CCB5: hue angle of 155.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CCB5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB148204181-
CMYK0.2700.110.2
HSL155.36º35.44%69.02%-
HSV(B)155.36º27.45%80%-
XYZ42.1552.8251.69-
YUV184.63125.95101.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=27.77%
G=38.27%
B=33.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041810.2700.110.2155.3635.4469.02
Hex94CCB51B0B149b2345
Octal224314265330132423343105
Binary100101001100110010110101110110101110100100110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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