#94CBB5

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

Shades of Vista Blue #94CBB5

Tints of Vista Blue #94CBB5

Color information

#94CBB5 (or 0x94CBB5) is unknown color: approx Vista Blue. HEX triplet: 94, CB and B5. RGB value is (148,203,181). Sum of RGB (Red+Green+Blue) = 148+203+181=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBB5 is #6B344A. Grayscale: #B8B8B8. Windows color (decimal): -7025739 or 11914132. OLE color: 11914132.

HSL color Cylindrical-coordinate representation of color #94CBB5: hue angle of 156º 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 #94CBB5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB148203181-
CMYK0.2700.110.20
HSL156º34.59%68.82%-
HSV(B)156º27.09%79.61%-
XYZ41.9152.3451.61-
YUV184.05126.28102.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=27.82%
G=38.16%
B=34.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031810.2700.110.2015634.5968.82
Hex94CBB51B0B149c2345
Octal224313265330132423443105
Binary100101001100101110110101110110101110100100111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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